You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the code from the following tutorial: pgo_tutorial.py and observed that the results are unstable. To correct this, we should impose a prior factor on the first pose and covariance information.
I would like to understand the proper method to impose prior constraints. While I am reporting this issue here, I am unsure if it qualifies as a bug.
Thanks
Versions
Collecting environment information...
PyTorch version: 2.0.1+cu117
Is debug build: False
CUDA used to build PyTorch: 11.7
ROCM used to build PyTorch: N/A
🐛 Describe the bug
I created a simple g2o file to test the pose graph optimization. Here is the g2o:
I have verified the results with the GTSAM Pose3SLAMExample_g2o.py.
I ran the code from the following tutorial: pgo_tutorial.py and observed that the results are unstable. To correct this, we should impose a prior factor on the first pose and covariance information.
I would like to understand the proper method to impose prior constraints. While I am reporting this issue here, I am unsure if it qualifies as a bug.
Thanks
Versions
Collecting environment information...
PyTorch version: 2.0.1+cu117
Is debug build: False
CUDA used to build PyTorch: 11.7
ROCM used to build PyTorch: N/A
OS: Ubuntu 20.04.6 LTS (x86_64)
GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Clang version: 10.0.0-4ubuntu1
CMake version: version 3.29.6
Libc version: glibc-2.31
Python version: 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0] (64-bit runtime)
Python platform: Linux-5.15.0-101-generic-x86_64-with-glibc2.29
Is CUDA available: True
CUDA runtime version: 11.8.89
GPU models and configuration: GPU 0: NVIDIA GeForce RTX 4090
Nvidia driver version: 535.161.07
cuDNN version: Could not collect
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: True
Versions of relevant libraries:
[pip3] numpy==1.23.5
[pip3] rosnumpy==0.0.5.2
[pip3] smplpytorch==0.0.8
[pip3] torch==2.0.1
[conda] No relevant packages
The text was updated successfully, but these errors were encountered: