Skip to content
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

How to predict results for a single image? #4

Open
thevoxium opened this issue Dec 20, 2020 · 1 comment
Open

How to predict results for a single image? #4

thevoxium opened this issue Dec 20, 2020 · 1 comment

Comments

@thevoxium
Copy link

Hi,

I was trying to get the results on a single image but it seems the predict_all.py uses the complete dataset for the evaluation. The repo doesn't have a prediction function for a single image like PlaneAE. Can you tell me are you planning to work on that or suggest ways so I can implement it myself.

Thanks beforehand.

@yi-ming-qian
Copy link
Owner

yi-ming-qian commented Dec 29, 2020

Hi, I guess you can easily write a simple script by following predict_all.py to do such a thing.
Our method relies on PlaneRCNN's result, so you first need to run PlaneRNN/PlaneAE for a single image to get their results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants