Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsleaf authored Nov 22, 2024
1 parent 1953571 commit a91f555
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ We propose Constraint Satisfaction Visual Grounding (CSVG) for 3D visual groundi

Here are the instructions to run the code.

#### Setup the environment.

```
pip install transformers
pip install pyviz3d
pip install plyfile
```

If you encounter missing package errors, simply installing the package should solve the problem.

#### Prepare the data.

Our system can be used with the ground truth segmentation from [ScanNet](https://github.com/ScanNet/ScanNet) or predictions from [Mask3D](https://github.com/JonasSchult/Mask3D).
Expand Down

0 comments on commit a91f555

Please sign in to comment.