mrdbourke commited on
Commit
5c441a5
·
verified ·
1 Parent(s): ba1b35b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -45,3 +45,5 @@ configs:
45
  - split: train
46
  path: data/train-*
47
  ---
 
 
 
45
  - split: train
46
  path: data/train-*
47
  ---
48
+
49
+ **Note:** Boxes in "bbox" key are in `XYWH` format or `[x_min, y_min, box_width, box_height]`. If you'd like them in `XYXY` format, you'll have to convert them.