-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple python example #13
Comments
I think |
Will this be like -i (and the image directory)? How do I use that flag? @rodrigob |
it can be |
I am attempting this
I am getting the following error ? Anything I need to set ? |
try: |
Now I get too few arguments |
|
Hi Phil, I guess, this works for a data set which is defined already i.e. lpo_VOC_0.05.dat. How do I generate my own dataset for my particular models? |
This might not be what you're looking for, but here is the script I made for visualizing LPO on a video: https://gist.github.com/colincsl/abd3564d3e95ace2591b. You could easily modify it to take in a directory of images. |
Thanks ! I was able to generate the proposal file i.e. *.hf5. I am trying to use these proposals in fast-rcnn but not being able to load them like .mat proposals. Were you able to do that? Any help would be appreciated |
Yeah I got it running with fast-rcnn but (temporarily) abandoned because it wasn't working on my surgical data. The code is on my other computer. The ICRA deadline is tonight so I might not be able to get to it until tomorrow. After that, I'll upload the code as soon as I can. |
@mbahacker It looks like I saved the LPO bounding boxes as a set of mat files instead of as hfd5. I think it was straightforward once I figured out how the bounding boxes were supposed to be stored. I did this around a month ago as a throw away experiment... sorry I don't remember more of the details. |
Thanks Colin ! I was able to use the hfd5 files. Thanks for your inputs they helped !! |
I also got too few argument error, my goal is to generate proposal for voc2007 test data. Could anyone help me? |
Using
solved the "too few arguments" error for me on python3.4 |
It's great that you made easy-to-use code to evaluate on multiple datasets. However, I'm having a little trouble evaluating on individual images for my own application.
Could you make a simple python example showing how to use this library for evaluating on an individual image?
Thanks!
The text was updated successfully, but these errors were encountered: