mailrocketsystems / JetsonYolov5

GNU General Public License v3.0
21 stars 22 forks source link

Yolov5 Segmentation on Jetson #5

Closed NishaniKasineshan closed 9 months ago

NishaniKasineshan commented 10 months ago

@mailrocketsystems I need to implement yolov5 segmentation on jetson tx2. I followed your repo for yolov5 detection on jetson. For segmentation I think i need to create a script similar to YoloDet.py. Are you working on that or can you guide on how to implement yolov5 segmentation on jetson?

yashreadytobox commented 10 months ago

Hello, I have created a solution based on This repository. You can find the required code Here: https://github.com/yashreadytobox/JetsonYolov5 inside 'app_segmentation.py'. Be sure to follow the steps for building a engine file for segmentation mentioned in the Readme File Also @NishaniKasineshan if you get any issue while executing the file please let me know.