tanluren / yolov3-channel-and-layer-pruning

yolov3 yolov4 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏
Apache License 2.0
1.5k stars 446 forks source link

Is this Yolo V3 uses darknet framework and darknet cfg? #69

Open eng100200 opened 4 years ago

eng100200 commented 4 years ago

@tanluren hello, is your code uses darknet framework and darknet cfg?

zbyuan commented 4 years ago

You can fine-tune on darknet

eng100200 commented 4 years ago

@zbyuan no, you did not understand, i guess! i mean does the original code use the original darknet model written in C not in pytorch and require CFG parser? is it? if not, then if you know the details please provide the details.