https://github.com/geometric-intelligence/bop
https://github.com/geometric-intelligence/bop
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geometric-intelligence/bop
- Owner: geometric-intelligence
- Created: 2024-09-13T18:02:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T19:52:34.000Z (over 1 year ago)
- Last Synced: 2025-05-07T12:05:24.499Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 14.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bop
# Set up
```shell
$ conda create -n bop --file conda-linux-64.lock
$ conda activate bop
$ poetry install --with=dev,gpu --no-root
```
# Dev
Only run if changes are made to the environment files.
To recreate the conda lock, after modifying conda.yaml:
```shell
pip install conda-lock
make conda-linux-64.lock
```
To recreate the poetry lock, after modifying pyproject.toml:
```shell
make poetry.lock