You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use the official raccoon_dataset-master data as my dataset, and train with the tiny yolo, but the current recall will keep in 0 even during 10 more epochs.I can't find out the problem.
This is my json:
{
"model" : {
"backend": "Tiny Yolo",
"input_size": 200,
"anchors": [1.94,2.51, 2.69,4.55, 3.62,5.55, 4.77,4.23, 5.31,5.78],
"max_box_per_image": 10,
"labels": ["raccoon"]
},
I see from your config that you are in the warmup mode I think then recall can be zero (this is not the real training) see #117#164 and #293
Set warmup_epochs to zero and pretrained_weights to those you have now saved (if you have not quit the warmup training) then you should start training and after some iterations recall should be non zero
Hope I could help!
Hi,
I use the official raccoon_dataset-master data as my dataset, and train with the tiny yolo, but the current recall will keep in 0 even during 10 more epochs.I can't find out the problem.
This is my json:
{
"model" : {
"backend": "Tiny Yolo",
"input_size": 200,
"anchors": [1.94,2.51, 2.69,4.55, 3.62,5.55, 4.77,4.23, 5.31,5.78],
"max_box_per_image": 10,
"labels": ["raccoon"]
},
}
The text was updated successfully, but these errors were encountered: