Skip to content

Commit

Permalink
Fix import error in downstream repo (open-mmlab#10946)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaAndroid authored and yumion committed Jan 31, 2024
1 parent 3a27848 commit 2b83d2e
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 2b83d2e

Please sign in to comment.