Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skanti committed Apr 26, 2019
1 parent d7806fd commit 20e43b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ We published a new benchmark for CAD model alignment in 3D scans (and more tasks

4. Visualize data:

```./Routines/Script/Annotation2Mesh.py```
```python3 ./Routines/Script/Annotation2Mesh.py```

5. Voxelize CADs (shapenet):

```./Routines/Script/CADVoxelization.py```
```python3 ./Routines/Script/CADVoxelization.py```

6. Generate data (correspondences):

```./Routines/Script/GenerateCorrespondences.py```
```python3 ./Routines/Script/GenerateCorrespondences.py```

7. Start `pytorch` training for heatmap prediction:

Expand Down

0 comments on commit 20e43b0

Please sign in to comment.