Some small updates.

This commit is contained in:
Daniel
2025-08-05 17:47:14 +02:00
parent ed5d25f595
commit d14cd86742
4 changed files with 5 additions and 5 deletions

View File

@ -25,6 +25,8 @@ A general overview can be found in the paper [RapidPoseTriangulation: Multi-view
- Enable GPU-access for docker building:
- Install _nvidia_ container tools: [Link](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html)
- Run `sudo nano /etc/docker/daemon.json` and add:
```json
@ -85,7 +87,7 @@ A general overview can be found in the paper [RapidPoseTriangulation: Multi-view
python3 /RapidPoseTriangulation/scripts/test_triangulate.py
```
- Test with _skelda_ dataset:
- Test with [skelda](https://gitlab.com/Percipiote/skelda/) dataset:
```bash
export CUDA_VISIBLE_DEVICES=0