Query6DoF icon indicating copy to clipboard operation
Query6DoF copied to clipboard

Query6DoF: Learning Sparse Queries as Implicit Shape Prior for Category-Level 6DoF Pose Estimation

Results 3 Query6DoF issues
Sort by recently updated
recently updated
newest added

![Screenshot from 2023-11-03 16-12-44](https://github.com/hustvl/Query6DoF/assets/29935938/d02947b5-812c-4faf-beb3-57486bd3d3c7) 你好,请问训练的时候出现这种情况怎么解决呀,我训练了两次都出现了这个问题,没有修改过代码

作者你好,我在尝试复现代码。第一个模型复现成功,但是在使用第二个模型pretrain model without linear shaoe augmentation and non-linear shape augmentation [here](https://drive.google.com/file/d/1885sFjQz1v0SL5z92a-3KSZcf2zj5BHg/view?usp=drive_link)时,出现如下错误 ![Screenshot from 2023-12-06 11-44-35](https://github.com/hustvl/Query6DoF/assets/106894675/3f059282-6949-4869-a94a-ea952247c676) 这种情况应该如何处理,让代码成功复现? 我使用的显卡是单卡3090 谢谢

我运行setup.py的时候遇到了下面的问题: /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f)...