Camouflaged Object Detection with a Feature Lateral Connection Network (FLCNet)

June 5, 2023 ยท View on GitHub

1. Required libraries

numpy

scikit-image

PIL

PyTorch =1.10.0

torchvision

opencv

2. Usage

  • Train this model:

    python train.py

  • Test this model:

    python test.py

  • We provide prediction maps (fetch code: sdlu) of our FLCNet here.

  • We provide checkpoints (fetch code: z6uv) of our FLCNet here.

  • You can use this toolbox for evaluation.