Home

Awesome

Weakly-Supervised Camouflaged Object Detection with Scribble Annotations (AAAI23, ORAL)

Authors: Ruozhen He*, Qihua Dong*, Jiaying Lin, and Rynson Lau (* joint first authors)

Paper Link: arxiv

CRNet

Dataset

Experimental Results

Evaluation

Code

Requirements

git clone --recurse-submodules https://github.com/dddraxxx/Weakly-Supervised-Camouflaged-Object-Detection-with-Scribble-Annotations.git
pip install -r requirements.txt

Pretrained weights

The pretrained weight can be found here: ResNet-50.

Train

Test and Evaluate

Credit

The code is partly based on SCWSSOD, GCPANet and GatedCRFLoss.