Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected filename and clarified install instructions #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Corrected filename and clarified install instructions
  • Loading branch information
lucidBrot authored Sep 28, 2018
commit b5dcdabc624142f41aad6d6eb59c2f80bb66bb42
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,8 @@ Running a demo for the aeroplane category:
git clone https://github.com/jhonykaesemodel/compact_3D_reconstruction.git
```
2. Download Pascal3D+ dataset
3. Open `add_paths.m` and change the path `root` with the path of the directory you placed the datasets (*e.g.* `root = 'C:\datasets'`)
3. Open `data_paths.m` and change the path `root` with the path of the directory you placed the datasets (*e.g.* `root = 'C:\datasets'`
(A path like `C:\datasets\PASCAL3D+_release1.1\Images` should now exist)
4. Download the precomputed data (*i.e.* aeroplane embedding graph files, ShapeNetCore 3D model IDs for all 3D models used and its manually annotated 3D anchors) **[here](https://www.dropbox.com/s/f2895gpuclqvvpt/data_demo.zip?dl=0)**
5. Unzip it and place the directories `ShapeNetAnchors`, `ShapeNetGraph` and `ShapeNetMat.v1` into the `root` directory (*e.g.* `root = 'C:\datasets'`)
6. Run `get_started.m` and have fun :)