-
Notifications
You must be signed in to change notification settings - Fork 12
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
Distance calculation between two pedestrians from real-time video feeds #6
Comments
Implementation details : Docs please can you go through it, if any changes are required please let me know |
@hritik5102 thanks for providing it, we appreciate your efforts. But now that the program has started it would be a bit difficult for us to prioritize this review. But we will try our best. I hope you'd understand. |
Yeah, I do understand. |
@rishiraj @sayakpaul Please review my work till now, provided in the colab notebook. |
@Sudarshana2000 amazing work! I am really impressed here. I love the way you have presented the entire material. Kudos! |
@sayakpaul @rishiraj I had tested the real-time detection of the model on NVIDIA Jetson Nano on my Local Machine with 24 FPS . Here's the trained output on Sample Video and the BEV visualization |
@Ask-Subhasmita a couple of the pointers -
|
|
Not sure about the second part @rishiraj can clarify further. But you can always experiment with Colab. For now, I would suggest that only.
What kind? TRT conversion is supposed to be pretty seamless. Check out the following resources if necessary -
I believe with further optimizations the FPS can be further improved.
SSDs would generally be faster than YOLO primarily because of the architectural benefits. And moreover, the particular variant you used makes use of MobileNet as the backbone, so, it's going to be faster. You're more than welcome to train your own model. Since time may be limited for WoC, I would keep it to pre-trained models only. But if you can wrap up model training within a feasible timeline, it'd be great. |
I would try to do that alongside pre-trained models. |
@SubhasmitaSw since you had mentioned in your proposal about the end semester exam before the first evaluation, you can have some extension. But please adhere to your timeline in phase two. And as Sayak Paul mentioned, it is best to use Collab for now. |
@rishiraj I will keep these in mind. Thank You. |
WhatsApp.Video.2020-12-25.at.00.09.10.mp4@sayakpaul , @rishiraj , Here's a bit update, warning msgs displayed for real-time, using Tiny-YOLO and next will share the codes along with evaluation metrics. |
@SubhasmitaSw that's definitely better. Could you also try out SSD MobileNet or MobileDet as the detector and see if the false positives could be reduced? You can check out the following thread for more details on the model - #5. |
@sayakpaul Sure, I'll try both of them and let you know the results. However I'm facing a bit problem while accessing my webcam for realtime during coding on colab, some guidance will be helpful. |
You can use a video and run your pipeline when using Colab. Here's an example: https://github.com/sayakpaul/MIRNet-TFLite-TRT/blob/main/MIRNet_TRT.ipynb. |
Goal
To come up with a Python script that can take a video feed in real-time, detect pedestrians, and spit out their distances from each other.
Deliverables
Considerations
Before starting to work on this issue, please discuss how you do you plan to implement the algorithm via the comments.
The text was updated successfully, but these errors were encountered: