peiyunh / tiny

Tiny Face Detector, CVPR 2017
https://cs.cmu.edu/~peiyunh/tiny
Other
1.13k stars 320 forks source link

How to train with my database? #75

Closed nansbas closed 6 years ago

nansbas commented 6 years ago

I want to train with my data, could you tell me where to start? Because I try to fine-tune it followed the readme and did‘t get effective result.

Thank you for your answer very much.

jian667 commented 6 years ago

If your task is also single class detection, you need to prepare the ground truth like wider face.

peiyunh commented 6 years ago

Not sure how helpful it would be, but #59 is related.

pyupcgithub commented 5 years ago

@jian667 do you know how to convert the text file with bounding box to the mat ?

jian667 commented 5 years ago

@pyupcgithub Hi, if you mean ".mat" file, then you can use Matlab to convert.