hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.23k stars 1.24k forks source link

anyone who attempts instance segmentation in yolov4? #371

Open esk97 opened 3 years ago

esk97 commented 3 years ago

hi, i'm trying to add instance segmentation at this code Has anyone tried the same task as me?

akshayjaryal603 commented 3 years ago

Have you completed the task? Please share the GitHub link if you have done it, Thanks!

gitE0Z9 commented 3 years ago

You can try SOLO or YOLACT, if you are looking for real time instance segmentation.