cindyxl mixerr commited on
Commit
a00ebc0
·
verified ·
1 Parent(s): 4cca211

Update README.md (#12)

Browse files

- Update README.md (3dac3e7b1fdfcbc9dc083408ee89d6fdd052a5b3)


Co-authored-by: Chendi Lin <[email protected]>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -108,11 +108,11 @@ Different levels of polygon counts are adopted in different use cases in the 3D
108
  After downloading and unzipping, two files are included:
109
 
110
  ```
111
- annotated_500k.json
112
  annotated_network.pth
113
  ```
114
 
115
- `annotated_500k.json` contains the annotated results of 500k objects from Objaverse. This will be expanded to cover the whole Objaverse in the near future.
116
  `annotated_network.pth` is the pre-trained annotation network weights that can be used to
117
  annotate customized 3D object dataset. The detailed instruction is included [here](https://github.com/TCXX/ObjaversePlusPlus/blob/main/annotation_model/Readme.md).
118
 
 
108
  After downloading and unzipping, two files are included:
109
 
110
  ```
111
+ annotated_800k.json
112
  annotated_network.pth
113
  ```
114
 
115
+ `annotated_800k.json` contains the annotated results of ~800k objects from Objaverse. This will be expanded to cover the whole Objaverse in the near future.
116
  `annotated_network.pth` is the pre-trained annotation network weights that can be used to
117
  annotate customized 3D object dataset. The detailed instruction is included [here](https://github.com/TCXX/ObjaversePlusPlus/blob/main/annotation_model/Readme.md).
118