Asad

Results 149 comments of Asad

OH. Great, let me try then I will share the results with you. BTW I am using this project, https://github.com/Stephenfang51/tracklite I am confused about one thing, the only YOLOV3 TRT...

@ewuxjun let's try it. Is it possible to connect over WeChat as we are working on the same problem, it might be helpful? If Yes then my WeChat is: 13621297680

Received. Thanks

> > Hi sir , > > Thank you for your great work, I wish this epidemic over soon and the life become normal again. > > I have a...

I tried to make changes but it show the wrong names of classes. ![trackError](https://user-images.githubusercontent.com/28862708/81386920-65cfa000-9148-11ea-85ae-5a8afd4f61f8.png) then i change coco_classes.txt names according to my model names but still printing wrong names. ![trackerro2](https://user-images.githubusercontent.com/28862708/81386983-83046e80-9148-11ea-9b07-ed7c232c73ea.png)

OK. Thank you for your response. On Sun, May 31, 2020 at 6:07 PM Bobby Chen wrote: > @MuhammadAsadJaved > > 1. The original project only supports one class (Person)...

> > @MuhammadAsadJaved > > > > 1. The original project only supports one class (Person) multi-object tracking. > > 2. It is possible to track more than one class,...

@fanshu4869 1- Uncomment the line number 122 ~ 124 of yolo.py (https://github.com/yehengchen/Object-Detection-and-Tracking/blob/master/OneStage/yolo/deep_sort_yolov3/yolo.py#L122) and comment out line 126 ~128. Run the project and try, if there is any problem then 2-...

@johnSmith1990 You can use any of these projects to train Yolov3. https://github.com/ultralytics/yolov3 https://github.com/AlexeyAB/darknet BTW are you able to detect+track successfully?

> Mashkorin @MuhammadAsadJaved, > the detection model is tiny here? or full yolo? cfg file seems to be for tiny yolo. > > I am trying to run detect and...