File size: 1,815 Bytes
5816621
 
 
 
 
 
 
 
 
 
 
3ac28e7
5816621
 
 
 
 
3ac28e7
 
 
 
 
 
5816621
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
license: other
task_categories:
  - image-segmentation
tags:
  - camouflaged-object-detection
  - cod
  - segmentation
  - cod-tdq
---

# 🦎 COD Dataset Bundle For COD-TDQ

This repository hosts the camouflaged object detection dataset bundle used by:

**When W4A4 Breaks Camouflaged Object Detection: Token-Group Dual-Constraint Activation Quantization**

- Paper: https://arxiv.org/abs/2604.16855
- Code: https://github.com/MCG-NKU/nku-model-compre/tree/main/cod-tdq

This dataset repository contains the COD resource bundle used by the release:
TrainValDataset plus CHAMELEON, CAMO, COD10K and NC4K test sets.

## Layout

```text
Dataset/
β”œβ”€β”€ TrainValDataset/{Imgs,GT,Edge}
└── TestDataset/
    β”œβ”€β”€ CHAMELEON/{Imgs,GT,Edge}
    β”œβ”€β”€ CAMO/{Imgs,GT,Edge}
    β”œβ”€β”€ COD10K/{Imgs,GT,Edge}
    └── NC4K/{Imgs,GT,Instance}
```

## Counts

| Split / Dataset | Images |
| --- | ---: |
| TrainValDataset | 4040 |
| CHAMELEON | 76 |
| CAMO | 250 |
| COD10K | 2026 |
| NC4K | 4121 |

## Usage

Use this dataset with the official code:

```bash
git clone https://github.com/MCG-NKU/nku-model-compre.git
cd nku-model-compre/cod-tdq
```

Expected local layout:

```text
assets/datasets/cod/
β”œβ”€β”€ TrainValDataset/{Imgs,GT,Edge}
└── TestDataset/{CHAMELEON,CAMO,COD10K,NC4K}
```

If you download this repository directly, move or symlink `Dataset/TrainValDataset` and
`Dataset/TestDataset` into `assets/datasets/cod/`.

## Citation

```bibtex
@inproceedings{codtdq2026,
  title={When W4A4 Breaks Camouflaged Object Detection: Token-Group Dual-Constraint Activation Quantization},
  author={Coming Soon},
  booktitle={ECCV},
  year={2026}
}
```

Please also cite the original datasets according to their respective licenses.

## Integrity

Checksums are provided in `SHA256SUMS`.