dfridovi / SimpleSFM

A simple structure from motion library.
36 stars 10 forks source link

from Queue import PriorityQueue ModuleNotFoundError: No module named 'Queue' #3

Open Xshelton opened 6 years ago

Xshelton commented 6 years ago

hi there, I am new to this field, and I want to study SFM and try my best to build one ..but it seemed somthing went wrong. “ from Queue import PriorityQueue ModuleNotFoundError: No module named 'Queue'” I tried to pip install Queue ,but they told me there was no matching items. I used pyhton3.6.5 for the test,and I tried to convert the python verson 2 into 3. I almost did it..but the 'queue' package seemed a little bit hard to handle with , do you have any suggestion?THX

dfridovi commented 6 years ago

I believe this is the package I was using: https://docs.python.org/2/library/queue.html

However, as in the readme I don't maintain this package and I only recommend using it as a guide for the general SfM pipeline.

Good luck!

Xshelton commented 6 years ago

Thanks for your reply. It really helps. emm, actually I ve found a open-source software named Visual SFM, which helps me a lot in comprehending the whole process, but I still want to know more about it. and that's the reason why I want to run it by myself. lol. but anyway, Thx a lot for your help.