ayooshkathuria / pytorch-yolo-v3

A PyTorch implementation of the YOLO v3 object detection algorithm
3.3k stars 1.06k forks source link

having trouble running model with custom cfg #140

Closed eyebies closed 4 years ago

eyebies commented 4 years ago

Iam trying to use CFG with custom anchors and I am facing issues loading CFG, just wanted to check if the current implementation supports the following achors

anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326

anchors = 0.82,12.00, 1.30,34.29, 11.58,0.68, 13.02,1.37, 21.40,5.61, 74.01,145.42 thanks!