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

demo/inference code? #7

Closed
karolmajek opened this issue Mar 19, 2021 · 3 comments
Closed

demo/inference code? #7

karolmajek opened this issue Mar 19, 2021 · 3 comments
Labels
feature request new features good first issue Good for newcomers

Comments

@karolmajek
Copy link

Do you plan to provide demo code on external input (not-a-dataset)?
Test-only, on image and/or video?

@voldemortX
Copy link
Owner

voldemortX commented Mar 19, 2021

@karolmajek Currently we support inference on single image input for segmentation. The dataset setting is only used for coloring/number of classes. But same thing is not supported yet for lane detection.
We'd love to have some interesting demo codes for video file or camera inputs, but I'd make it a low-priority task in Q2, since our Q1 progress is quite behind schedule.

@voldemortX
Copy link
Owner

voldemortX commented Jul 3, 2021

@karolmajek Segmentation test-only demo with image/folder/video is now supported!
You can refer to VISUALIZATION.md for details. Note that the demo is based on mmcv, new dependencies are specified at:
https://github.com/voldemortX/pytorch-auto-drive/blob/master/docs/INSTALL.md

Demos for lane detection will come soon.

@voldemortX
Copy link
Owner

Since demos for lane detection & segmentation from image/video inputs are supported, I'll close this now. But do feel free to reopen.

cedricgsh pushed a commit that referenced this issue Dec 15, 2021
* add resnet

* fix bug

* clean up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request new features good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants