Training YOLOv3 with Custom dataset in easiest way (on WINDOWS using COLAB)

preview_player
Показать описание
HI

This video contains step by step instruction on how you can train YOLOv3 with your custom data.
Below repository contains all the steps and configurations required.

to see how we can use yolo model to predict new trained objects.

Рекомендации по теме
Комментарии
Автор

If we have 2 classes like infected cells and uninfected cells so do we have to put 1 in uninfected class.txt ?

syedwaliuddin
Автор

hello i am finding an error when compiling using (!make) it is returning:
process_begin: CreateProcess(NULL, uname, ...) failed.
Makefile:25: pipe: No error
The syntax of the command is incorrect.
make: *** [Makefile:188: obj/] Error 1

mahdibazzi
Автор

Your tutorial is very helpful
I am facing downloading weight file from colab
Can you guide me how to store weight files directly to drive.

rozimushtaq
Автор

what if we have more than a thousand image?

bruhmomentum
Автор

Thanks for the video.How many photos I should upload for 1 class? And for more classes, What it should be the values for batch, subdivision and step?Please help.

ilkeraykut
Автор

can i use yolo v3 weights with TINY yolo v3?

hannasaade
Автор

Hi. While training the model, I get the error "Can't open label file.(This can be normal only if you use MSCOCO)", how can I solve it?

sametyilmaz
Автор

how can i create test.txt and train.txt?

rozimushtaq
Автор

hello abhishek
i want to learn computer vision from scratch
can you please suggest me how to start
thankyou

pujanrai
Автор

Can we train more than 1 class? For example 10 classes ? On colab !

Meego_
Автор

It was not clear and helpful. You did not explained many things. Such as what should we do about the trained data etc. What is train.py and where should we put it on colab... So this video is useless for beginners.

irethoronar
Автор

bro it gives me this error when train
Can't open label file. (This can be normal only if you use MSCOCO):

bahygaming