-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have a question, what the num_class and num_classes mean? #12
Comments
You can set classes = 1 , and prev convolution channel = (5+1)*3 , if loss function is yolov3 |
I'm a beginner with DL, now I work with yolo lite prototxt you provide. |
How can I set the prev convolution channel? Do you have any document about this? @eric612 |
You can search the text in test and train prototxt and replace |
Thanks, I will have a try. How about the num_output with yolov2? I have search on the net, and got: So if trained with yolov2: Is it right? and the NUM is the num in RegionLoss layer. |
I trained with yolov3-lite, but got, what does this mean.
|
It means there has no ground truth box match one of the yolo loss , so it will return null |
As titled, for example, I want to train only 1 type of object, how can I set the numbers in train and test protoxt files? 2 or 1?
The text was updated successfully, but these errors were encountered: