aerospace123 commited on
Commit
68f97e3
·
verified ·
1 Parent(s): ef24425

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md CHANGED
@@ -1,3 +1,73 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - object-detection
5
+ tags:
6
+ - rgb-d
7
+ - video-object-counting
8
+ - crowded-scenes
9
+ - occlusion
10
  ---
11
+
12
+ # RGBD-VideoCount
13
+
14
+ RGBD-VideoCount is an RGB-D video dataset for video object counting in crowded and occluded scenes. It provides synchronized RGB frames and depth maps, together with instance-level annotations for evaluating detection, cross-frame association, and video-level de-duplication.
15
+
16
+ ## Dataset Summary
17
+
18
+ - 195 RGB-D video clips
19
+ - 6 object categories
20
+ - 2,032 finely annotated frames
21
+ - 77,638 instance bounding boxes
22
+ - Multi-category shelf and crowded-object scenes
23
+ - RGB frames, aligned depth maps, instance annotations, counting annotations, data splits, and visual exemplars
24
+
25
+ ## Directory Structure
26
+
27
+ ```text
28
+ RGBD-VideoCount/
29
+ |- images/
30
+ |- Depth_Data/
31
+ |- object_annotations/
32
+ |- count_annotations/
33
+ |- dataset_split.json
34
+ |- video_class.txt
35
+ |- exemplars_train.json
36
+ |- exemplars_val.json
37
+ `- exemplars_test.json
38
+ ```
39
+
40
+ ## Data Description
41
+
42
+ - `images/`: RGB video frames.
43
+ - `Depth_Data/`: Depth maps aligned with RGB frames.
44
+ - `object_annotations/`: Instance-level bounding-box annotations.
45
+ - `count_annotations/`: Video-level counting annotations.
46
+ - `dataset_split.json`: Training, validation, and test splits.
47
+ - `video_class.txt`: Category metadata.
48
+ - `exemplars_*.json`: Visual exemplars for exemplar-guided training and evaluation.
49
+
50
+ ## Associated Publication
51
+
52
+ This dataset is introduced in the following paper:
53
+
54
+ **Depth-Guided Video Object Counting in Crowded Scenes**
55
+
56
+ Accepted at the 34th ACM International Conference on Multimedia (ACM Multimedia 2026, ACM MM 2026).
57
+
58
+ The final author list, DOI, proceedings information, and paper link will be added after the official publication.
59
+
60
+
61
+ ## Limitations
62
+
63
+ RGBD-VideoCount focuses on crowded object scenes and may not represent all real-world environments. Performance can be affected by depth quality, severe appearance ambiguity, camera motion, and unseen object categories. Users are responsible for evaluating suitability before deployment in real applications.
64
+
65
+ ## License
66
+
67
+ RGBD-VideoCount is released under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). Users must provide appropriate attribution when using, modifying, or redistributing this dataset.
68
+
69
+ ## Related Resources
70
+
71
+ - Model weights: https://huggingface.co/aerospace123/DG-Net
72
+ - Dataset: https://huggingface.co/datasets/aerospace123/RGBD-VideoCount
73
+ - Code: https://github.com/streamer-AP/DG-Net