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
When i try to use my own pretrained model it runs a error: trainer.setTrainConfig(object_names_array=["insetos"], batch_size=6, num_experiments=270, train_from_pretrained_model="yolov3_insetos_mAP-0.54737_epoch-30.pt")
Generating anchor boxes for training images...
thr=0.25: 1.0000 best possible recall, 8.64 anchors past thr
n=9, img_size=416, metric_all=0.640/0.884-mean/best, past_thr=0.658-mean:
pretrained weight loading failed. Defaulting to using random weight.
====================
Pretrained YOLOv3 model loaded to initialize weights
====================
But i "solved" the "pretrained weight loading failed. " error by putting the entire path way, but the results and losses keep giving to 0.0000 and Nan
When i try to use my own pretrained model it runs a error:
trainer.setTrainConfig(object_names_array=["insetos"], batch_size=6, num_experiments=270, train_from_pretrained_model="yolov3_insetos_mAP-0.54737_epoch-30.pt")
But i "solved" the "pretrained weight loading failed. " error by putting the entire path way, but the results and losses keep giving to 0.0000 and Nan
`trainer.setTrainConfig(object_names_array=["insetos"], batch_size=6, num_experiments=270, train_from_pretrained_model="/home/oficinas40/2-BioIn/armadilhas/insetos/models/yolov3_insetos_mAP-0.54737_epoch-30.pt")
`
The text was updated successfully, but these errors were encountered: