NVlabs / FoundationPose

[CVPR 2024 Highlight] FoundationPose: Unified 6D Pose Estimation and Tracking of Novel Objects
https://nvlabs.github.io/FoundationPose/
Other
1.01k stars 112 forks source link

How to reproduce on Windows ? #123

Closed TPF0628 closed 2 weeks ago

TPF0628 commented 2 weeks ago

how to install pin==2.7.0 ? how can I fix this error "AttributeError: 'NoneType' object has no attribute 'cluster_poses'" on windows? Thank u

mehamednews commented 2 weeks ago

I get this error AttributeError: 'NoneType' object has no attribute 'cluster_poses'" on linux as well (using the docker image). It's related to a mycpp package.

wenbowen123 commented 2 weeks ago

https://github.com/NVlabs/FoundationPose/issues/89 @mehamednews

TPF0628 commented 2 weeks ago

Thank you! I've fixed the issue

ronnypollak commented 1 day ago

Hello @TPF0628 did u make it run on Windows and if so how? I already tried running it with WSL but ran into various issues.