zhuchi76 commited on
Commit
09e0a3e
·
verified ·
1 Parent(s): 96020c2

Update README to hub

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -25,6 +25,20 @@ The video is available on video/detr_finetuned_1vs2.mp4 or by clicking the image
25
  A data point comprises an image and its object annotations.
26
 
27
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  ```
30
 
 
25
  A data point comprises an image and its object annotations.
26
 
27
  ```
28
+ {
29
+ 'image_id': 1,
30
+ 'image': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=640x480 at 0x7781535B67C0>
31
+ 'image_path': 'images/2024-10-23-20-57-55_mid_305.png',
32
+ 'width': 640,
33
+ 'height': 480,
34
+ 'objects':
35
+ {
36
+ 'id': [1],
37
+ 'area': [4110.0],
38
+ 'bbox': [[262.0, 312.0, 137.0, 30.0]],
39
+ 'category': [0]
40
+ },
41
+ }
42
 
43
  ```
44