natanielruiz / android-yolo

Real-time object detection on Android using the YOLO network with TensorFlow
Apache License 2.0
667 stars 212 forks source link

to add additional labels #20

Closed abhigoku10 closed 7 years ago

abhigoku10 commented 7 years ago

@natanielruiz i thanks for sharing the implementation ,wonderful work . I have couple of questions

  1. Where can add/delete the labels
  2. Can i use weights trained on darknet having .weight file format
natanielruiz commented 7 years ago

Thank you @abhigoku10 for your comment.

Please check the disclaimer on the project Readme.

Cheers