Skip to content

Commit

Permalink
Fix import error in downstream repo (#10946)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaAndroid authored Sep 19, 2023
1 parent 6f85dfe commit eeaacd8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 13,219 deletions.
19 changes: 10 additions & 9 deletions configs/v3det/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@ The data includes a training set, a validation set, comprising 13,204 categories

```
data/
images/
<category_node>/
|────<image_name>.png
V3Det/
images/
<category_node>/
|────<image_name>.png
...
...
...
annotations/
|────v3det_2023_v1_category_tree.json # Category tree
|────category_name_13204_v3det_2023_v1.txt # Category name
|────v3det_2023_v1_train.json # Train set
|────v3det_2023_v1_val.json # Validation set
annotations/
|────v3det_2023_v1_category_tree.json # Category tree
|────category_name_13204_v3det_2023_v1.txt # Category name
|────v3det_2023_v1_train.json # Train set
|────v3det_2023_v1_val.json # Validation set
```

## Results and Models
Expand Down
Loading

0 comments on commit eeaacd8

Please sign in to comment.