Darknet: Resnet Throws Error

Created on 22 Jan 2020  路  6Comments  路  Source: AlexeyAB/darknet

I'm trying to train ResNet152_YOLO on my custom data.

I have downloaded a CFG from this link:
https://drive.google.com/drive/folders/1rof0f8mCNKTYJOCWElTYQLOq513Gh5_V

I have altered the Input width and height to 256.
I have 4 classes: I've changed the [convolutional] and [region] section also.

The program shows corresponding error. I tried using another cfg file also, It didnt change the output.

resnet_error

Likely bug bug

All 6 comments

https://github.com/pjreddie/darknet/issues/187 Talks about how the darknet has resizing issues, I thought that was resolved in a later update.

New [shortcut] layer supports multiinput, weights and normalization, but doesn't support different width & height of input layers.

I will think how can I fix it.

Update: I tried running the same cfg using the native darknet repo pjreddie/darknet, it works just fine.

Yes, because new [shortcut] layer supports multiinput, weights and normalization, but doesn't support different width & height of input layers.

@AlexeyAB Any updates on this issue?

I am having the same problem @craterkamath and @AlexeyAB . Can anyone help???

Was this page helpful?
0 / 5 - 0 ratings