Migrate Python bindings from SWIG to nanobind
This commit is contained in:
@@ -53,7 +53,10 @@ A general overview can be found in the paper [RapidPoseTriangulation: Multi-view
|
||||
- Build triangulator:
|
||||
|
||||
```bash
|
||||
cd /RapidPoseTriangulation/swig/ && make all && cd ../tests/ && python3 test_interface.py && cd ..
|
||||
cd /RapidPoseTriangulation/
|
||||
uv sync --group dev
|
||||
uv run pytest tests/test_interface.py
|
||||
uv build
|
||||
|
||||
cd /RapidPoseTriangulation/scripts/ && \
|
||||
g++ -std=c++2a -fPIC -O3 -march=native -Wall -Werror -flto=auto \
|
||||
|
||||
Reference in New Issue
Block a user