AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.65k stars 7.96k forks source link

Use darknet for image regression/scoring #2460

Open drapado opened 5 years ago

drapado commented 5 years ago

Hi, I would like to know if darknet can be used to modify and train Darknet53 in order to generate scores (linear regression) from images (like from 0 to 10), instead of classes.

If this is possible, which is the pipeline to do it?

Thanks in advance!

drapado commented 5 years ago

@AlexeyAB Sorry to bother you, but do you think this multi-score regression problem can be done in darknet? Thanks!