Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psc0628 authored Mar 30, 2023
1 parent 15607c7 commit e5ea67e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ python infer.py ma-scvp_longtail32.pth.tar Dragon
```
## Explanation
The MA-SCVP network takes the 32x32x32 occupancy grid and the view state vector as input.
<img src="https://github.com/psc0628/MA-SCVP/blob/main/Demo/Dragon_voxelscene.png" width="300px"> <img src="https://github.com/psc0628/MA-SCVP/blob/main/Demo/Dragon_viewstate.png" width="220px">
The MA-SCVP network outputs the ideally smallest view set to cover all remaining object surfaces.
<img src="https://github.com/psc0628/MA-SCVP/blob/main/Demo/Dragon_cover.png" width="500px">
<img src="https://github.com/psc0628/MA-SCVP/blob/main/Demo/Dragon_voxelscene.png" width="300px"> <img src="https://github.com/psc0628/MA-SCVP/blob/main/Demo/Dragon_viewstate.png" width="230px">
The MA-SCVP network outputs the ideally smallest view set (red-green-blue views) to cover all remaining object surfaces.
<img src="https://github.com/psc0628/MA-SCVP/blob/main/Demo/Dragon_cover.png" width="450px">

0 comments on commit e5ea67e

Please sign in to comment.