GithubHelp home page GithubHelp logo

visualization of results about ab3dmot HOT 5 CLOSED

VijeetBenni avatar VijeetBenni commented on June 16, 2024
visualization of results

from ab3dmot.

Comments (5)

xinshuoweng avatar xinshuoweng commented on June 16, 2024

No. You should not change the folder name because the images I have uploaded are images in the test set. As a result, you should not visualize the results from val set on images from the test set. That is why your bounding boxes do not look good.

What you are missing here is you have to do the inference for car test first before you visualize it. Basically, you have to run the below command first
python main.py car_3d_det_test
Then, you would not get the error that says the input folder not found.

Best

from ab3dmot.

VijeetBenni avatar VijeetBenni commented on June 16, 2024

I ran python main.py car_3d_det_test before visualization.

When I run python main.py car_3d_det_test, it creates car_3d_det_val folder in results instead of car_3d_det_test. Hence getting error input folder not found.

Thanks

from ab3dmot.

xinshuoweng avatar xinshuoweng commented on June 16, 2024

I see what you are saying. But this is impossible to happen unless you have made some modification to the code.

If you look at the main.py
line 400: result_sha = sys.argv[1]
line 407: save_dir = os.path.join(save_root, result_sha); mkdir_if_missing(save_dir)

The means that the output folder will have the same name as your input folder. In other words, if you run python main.py car_3d_det_test, it can only generate a folder called car_3d_det_test in the results folder.

I would suggest you compare the code you have with the code in the current repository to see if there is any difference. Please let me know what you have found. :)

from ab3dmot.

VijeetBenni avatar VijeetBenni commented on June 16, 2024

Sorry Xinshuo,

I just compared the repository, there was difference in the name of the folder car_3d_det_test was 3d_det_test in the older version. I hadn't updated it properly.
Now its working fine, thanks.

from ab3dmot.

xinshuoweng avatar xinshuoweng commented on June 16, 2024

Cool. That clarifies everything! ;)

from ab3dmot.

Related Issues (20)

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.