tfnn commited on
Commit
a7099cc
1 Parent(s): 29ad987

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ This dataset uses the [thispersondoesnotexist_to_triposr_6748_3D_Heads](https://
20
 
21
  The heads dataset was collecting using the scraper [Dataset_Scraper.7z](https://huggingface.co/datasets/tfnn/HeadsNet/resolve/main/Dataset_Scraper.7z?download=true) based on [TripoSR](https://github.com/VAST-AI-Research/TripoSR) with [this marching cubes improvement](https://github.com/VAST-AI-Research/TripoSR/issues/22#issuecomment-2010318709) by [thatname/zephyr](https://github.com/thatname) which converts the 2D images from [ThisPersonDoesNotExist](https://thispersondoesnotexist.com/) to 3D meshes.
22
 
23
- Vertex Normals need to be generated before we can work with this dataset, the easiest method to achieve this was with a simple [Blender](https://www.blender.org/) script:
24
  ```
25
  import bpy
26
  import glob
 
20
 
21
  The heads dataset was collecting using the scraper [Dataset_Scraper.7z](https://huggingface.co/datasets/tfnn/HeadsNet/resolve/main/Dataset_Scraper.7z?download=true) based on [TripoSR](https://github.com/VAST-AI-Research/TripoSR) with [this marching cubes improvement](https://github.com/VAST-AI-Research/TripoSR/issues/22#issuecomment-2010318709) by [thatname/zephyr](https://github.com/thatname) which converts the 2D images from [ThisPersonDoesNotExist](https://thispersondoesnotexist.com/) to 3D meshes.
22
 
23
+ Vertex Normals need to be generated before we can work with this dataset, the easiest method to achieve this is with a simple [Blender](https://www.blender.org/) script:
24
  ```
25
  import bpy
26
  import glob