hfaus commited on
Commit
22cf1bd
1 Parent(s): dde981e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ The dataset returns each item as a dictionary with the following fields:
21
  ```
22
  {
23
  "image": image,
24
- "bbox": [x1, y1, x2, y2],
25
  "facial_landmarks": {
26
  "lefteye": [x1, y1],
27
  "righteye": [x2, y2],
 
21
  ```
22
  {
23
  "image": image,
24
+ "bbox": [x1, y1, w, h],
25
  "facial_landmarks": {
26
  "lefteye": [x1, y1],
27
  "righteye": [x2, y2],