-
Notifications
You must be signed in to change notification settings - Fork 28
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 do inference on my own pointcloud? #9
Comments
Hi, you could try to adapt the data preprocessing script according to your own data format, and you can simply remove all code related to the annotation processing for running inference only. |
@woodfrog Hi, thanks for your work, it looks awesome! I would appreciate any suggestions. |
@volodymyrkepsha Hi, your first density map looks all right, and I believe the pretrained Mask-RCNN and corner/edge models should be able to produce okay results for that one. There might be something wrong in your preprocessing steps, and the data fed to the model is not in the required format(i.e., different from the one used for training). Did you try to run the same code on the Beike data? |
@woodfrog |
@volodymyrkepsha |
@xiecookie |
@volodymyrkepsha |
@y5wang Hi, |
Thank you, @volodymyrkepsha. Appreciated. Will see if I can get something going and share with the community. |
@y5wang I also encountered the same problem. Can you share some solutions?thanks |
Hello do you still have that part of the code? If yes can you provide it? Thanks a lot |
@marcomiglionico94 Sorry, it's been a while. Can't find it in my main computer. I will have to search my backups. |
@y5wang if you can find it would be great. Thanks a lot |
@marcomiglionico94 and @shingkim
https://gist.github.com/tejaswivg/4f8edebaa4ea06078cb84338a2617609 I formatted their code from the edit history. |
Great thanks a lot |
Thanks! and you would have the data_writer.py code without annotations? |
I am getting errors upon implementing this method. It would be great if someone can assist me. Look forward to connect to you. |
@volodymyrkepsha I need some help in implementing this method. Can you let me know whats the bets way to connect? |
Thanks for your sharing your code. I wish to know how to run this code on my own pointcloud set. Since I did not find that script and ./mask-rcnn/inference_room.py need the annotation. However my own dataset does not has annotation.
The text was updated successfully, but these errors were encountered: