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

add notice for win use #2

Open
wants to merge 1 commit into
base: main
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
In our work we used as metrics to evaluate the success of our scanning techniques: in the case of additive structures, the more intersection you have the less performant your scanning pipeline result to be.

## Usage
You can find some test meshes in the `/data_test` folder. ⚠️ Beware, the meshes need to be *watertight*!
You can find some test meshes in the `/data_test` folder. ⚠️ Beware, the meshes need to be *watertight*! ⚠️
### Linux
First install conda and run the following command from the root of the repo:
```bash
Expand All @@ -73,6 +73,8 @@ collide.py
[--print_graph PRINT_GRAPH] = output .pdf file with graph (0 or 1)
```
### Windows

⚠️ Beware, you need ot install graphviz and include it in PATH before using this script [here!](https://graphviz.org/download/) ⚠️
Run the `collidee.exe` (from the release package) from his folder with the terminal and the following flags:
```powershell
> F:\collide_win\collide.exe --input_dir="./data/" --output_dir="./out/"
Expand Down Expand Up @@ -106,4 +108,4 @@ The `.ply` files of the intersected mesh portions, as well as the graph intersec
year = {2022},
copyright = {Open Access}
}
```
```