tugot17 / YOLO-Object-Counting-API

The code of the Object Counting API, implemented with the YOLO algorithm and with the SORT algorithm
GNU General Public License v3.0
210 stars 57 forks source link

how to run this code? can u make it in google colab? #5

Closed Adithia99 closed 4 years ago

tugot17 commented 4 years ago

I'm afraid that there might be a problem with running it in GC, but I never tried it.

Did you try to follow steps from Readme and something didn't work out?

Adithia99 commented 4 years ago

I want to use yolov4 cfg and weight its okay, labels.txt its okay too, still confused in install requriment sir

tugot17 commented 4 years ago

As far as I remember darkflow (frameowrk under the hood) doesn't support yolov4. Did u try to install how it is desribed in "Getting started" section of the Readme? We provide 3 differet versions how u can do it. If one doesn't work, just try the two others.

Adithia99 commented 4 years ago

Can u make it for yolov4 sir? I can make model with yolov3 or yolov4 darknet but just detect i want to counting that, i not yet try different ways sir, but i need to use yolov4, i see the cfg and weight that same (but dont knoe about the weight (models its gonna be same format in there or not)

tugot17 commented 4 years ago

I'm afraid that darkflow (framework under the hood) doesn't support layers used in yolov3 and v4. So I'm afraid that this repo will not work with yolov4 (the last support version in yolov2). If (for any reason) you specifically need yolov3/v4 then you need to look for some other solution.

Adithia99 commented 4 years ago

Oh okay sir thank you, i search in google its hard to get counting codes just demo ,😃🤣, thank you

tugot17 commented 4 years ago

Ok, so I will close the issue :+1: