caffe-posenet icon indicating copy to clipboard operation
caffe-posenet copied to clipboard

Implementation of PoseNet

Results 29 caffe-posenet issues
Sort by recently updated
recently updated
newest added

Sorry for bothering. I want to use PoseNet in my robot indoors , but when I collect 1000 images, I don't know how to set the arguments in the solver_posenet.prototxt....

![image](https://user-images.githubusercontent.com/45345893/152540385-f793788f-d16f-4985-9fc0-13adfceb59ba.png) ![image](https://user-images.githubusercontent.com/45345893/152540546-6aefd3c6-01c2-4d84-8a23-7509824e0a4b.png) Is this 1*7 vector has the same meaning as what we can get from Colmap? i.e, X Y Z = TX TY TZ, W P Q R =...

Hi, I met some problems. In the source code of 'test_posenet.py'. When I run the 'python test_posenet.py --model your_model.prototxt --weights your_weights.caffemodel --iter size_of_dataset', it shows AttributeError: module 'caffe' has no...

Hello, When I import caffe, it indicates: File "/home/breeze/caffe-posenet/python/caffe/pycaffe.py", line 13, in from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \ ModuleNotFoundError: No module named 'caffe._caffe' how to solve this?

Could you tell me the camera intrinsic of Cambridge landmark?

this work is really interesting. would you mind sharing the predicted results on the test sequences of 7Scenes and Cambridge datasets? I am not that failiar with caffe. thank you...

Hi, It seems that you use different split with [Scene Coordinate Regression Forests for Camera Relocalization in RGB-D Images](http://research.microsoft.com/apps/pubs/default.aspx?id=184826) for Heads. As described in Heads' TrainSplit.txt and TestSplit.txt, - TrainSet:...

Hi, I'm a little new to Caffe. (So sorry for the newbie questions) How can I train a new dataset using your posenet architecture? I wish to benchmark PoseNet against...