Giter VIP home page Giter VIP logo

Comments (6)

ziliHarvey avatar ziliHarvey commented on June 2, 2024

Pressing "A" will not run deep learning model, it's simply using some clustering method to generate the 3D bounding box. Details is in /docs folder. For running PointRCNN for prediction, try check the box "Fully automated annotation". If you are using the data I provided, you don't need to re-train the model.

from smart-annotation-pointrcnn.

hefc2016 avatar hefc2016 commented on June 2, 2024

yes, I have checked the box "Fully automated annotation". but the 3D bounding box are not created automatically, there is no error log print in the terminal. I guess the PointRCNN is not running in backend.

I am using the data you provided in the repo, and where is the pre-trained PointRCNN model?

from smart-annotation-pointrcnn.

hefc2016 avatar hefc2016 commented on June 2, 2024

Hello,

I re-run the eval_rcnn.py again to get the evaluate result and I can see the automation 3D bbox now after I checked the box "Fully automated annotation".

Screenshot from 2020-10-13 21-28-35

and I have another question:
Is the bottom edge line of bbox which has 3 adjust points means the head of vehicle?

from smart-annotation-pointrcnn.

ziliHarvey avatar ziliHarvey commented on June 2, 2024

yes, I have checked the box "Fully automated annotation". but the 3D bounding box are not created automatically, there is no error log print in the terminal. I guess the PointRCNN is not running in backend.

I am using the data you provided in the repo, and where is the pre-trained PointRCNN model?

You should be able to check the box and have everything ready by itself, which may take relative long time for first time per your hardware. The details is in preprocess.py, it will be called automatically once you check the box and then run pointrcnn. If you manually type and run eval_rcnn.py, that breaks the purpose and is not the correct way to use this tool and I'm not sure what will happen by doing this.

The pre-trained model file is in --rcnn_ckpt checkpoint_epoch_40.pth --rpn_ckpt checkpoint_epoch_50.pth as can be found in preprocess.py.

And again for the purpose of this tool I would not suggest to modify any low-level structure since we want to make it handy to use. If you are interested in changing the structures or re-train the model, etc, please follow the /docs folder and read the code to figure out how everything runs.

from smart-annotation-pointrcnn.

ziliHarvey avatar ziliHarvey commented on June 2, 2024

Hello,

I re-run the eval_rcnn.py again to get the evaluate result and I can see the automation 3D bbox now after I checked the box "Fully automated annotation".

Screenshot from 2020-10-13 21-28-35

and I have another question:
Is the bottom edge line of bbox which has 3 adjust points means the head of vehicle?

Yea, the extra adjust point gives you the freedom to adjust yaw angle. The rest 4 at the the corners gives the freedom to adjust size IIRC.

from smart-annotation-pointrcnn.

hefc2016 avatar hefc2016 commented on June 2, 2024

yes, I have checked the box "Fully automated annotation". but the 3D bounding box are not created automatically, there is no error log print in the terminal. I guess the PointRCNN is not running in backend.
I am using the data you provided in the repo, and where is the pre-trained PointRCNN model?

You should be able to check the box and have everything ready by itself, which may take relative long time for first time per your hardware. The details is in preprocess.py, it will be called automatically once you check the box and then run pointrcnn. If you manually type and run eval_rcnn.py, that breaks the purpose and is not the correct way to use this tool and I'm not sure what will happen by doing this.

The pre-trained model file is in --rcnn_ckpt checkpoint_epoch_40.pth --rpn_ckpt checkpoint_epoch_50.pth as can be found in preprocess.py.

And again for the purpose of this tool I would not suggest to modify any low-level structure since we want to make it handy to use. If you are interested in changing the structures or re-train the model, etc, please follow the /docs folder and read the code to figure out how everything runs.

ok, thank you for your detail explanation .

I think there is some dependency library issue in my environment, will re-install the necessary libraries and follow the docs to run this project again.

from smart-annotation-pointrcnn.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.