dddraxxx / Weakly-Supervised-Camouflaged-Object-Detection-with-Scribble-Annotations

Code for the AAAI 2023 paper "Weakly-Supervised Camouflaged Object Detection with Scribble Annotations"
https://arxiv.org/abs/2207.14083
Other
50 stars 7 forks source link
aaai2023 camouflaged-object-detection object-detection weakly-supervised-object-detection

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.