Update README.md (#12)
Browse files- Update README.md (3dac3e7b1fdfcbc9dc083408ee89d6fdd052a5b3)
Co-authored-by: Chendi Lin <mixerr@users.noreply.huggingface.co>
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 |
-
|
| 112 |
annotated_network.pth
|
| 113 |
```
|
| 114 |
|
| 115 |
-
`
|
| 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 |
|