davisking / dlib-models

Trained model files for dlib example programs.
Creative Commons Zero v1.0 Universal
1.47k stars 375 forks source link

Automatic tools annotations for my own dataset #17

Open abdou31 opened 5 years ago

abdou31 commented 5 years ago

Hello Sir, I worked on iris detection ( in the human eye ) in real-time and I want to train my data using a dataset that annotating to specific landmarks. I want to know did you know how can I find specific annotation for my own dataset, in other means, how can I find an automatic annotation tool that can annotate my dataset for iris region detection Thanks

realleyriley commented 5 years ago

There is a way to create your own annotated images. As the owner said, he used dlib's imglab to create the shape_predictor_5_face_landmarks.dat.bz2. You can also use this imglab website made by Natural Intelligence.

abdou31 commented 5 years ago

It is good but it takes a long time for annotation ( my dataset contains more than 300 000 images )