Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:vision:pose_estimation [2022/03/22 10:03] – created robberth | documentation:vision:pose_estimation [2022/09/02 14:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
- | The former two are inspirations to the latter, which is the one we use. The authors are [[hampus.astrom@cs.lth.se|Hampus Astrom]] and [[shbe@create.aau.dk|Stefan Bengtson]]. | + | The former two are inspirations to the third one. The authors are [[hampus.astrom@cs.lth.se|Hampus Astrom]] and [[shbe@create.aau.dk|Stefan Bengtson]]. |
It uses an autoencoder from pytorch3d, which itself is built on top of pytorch. | It uses an autoencoder from pytorch3d, which itself is built on top of pytorch. | ||
Line 11: | Line 13: | ||
For training, the most important file is [[https:// | For training, the most important file is [[https:// | ||
+ | ==== Troubleshooting ==== | ||
+ | Since it runs in a docker container and uses nvidia, you'll want to pass the '' | ||
+ | However, when calling '' | ||
+ | For me, the answer was to specify the default docker runtime as one that uses nvidia-docker.\\ | ||
+ | - '' | ||
+ | - edit ''/ | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | | ||
+ | }, | ||
+ | " | ||
+ | } | ||
+ | </ | ||
+ | - '' | ||
+ | I've learned this from: | ||
+ | https:// |