How to use own data training model?
xieyulai opened this issue · 1 comments
xieyulai commented
Hi, natanielruiz.
I am using darknet to traing my own data. I only detect one class. Could guide me how to modify your code to detect only one class? Do I need to modify the parameters in android-yolo/app/src/main/java/org/tensorflow/demo/TensorflowClassifier.java
? or anything else?
Thank you.
natanielruiz commented
Unfortunately you have to change some other things to make it work such as the c++ native code output part (the output of the model) and the TensorFlowClassifier.java (which makes sense of the c++ output). Hope this helps.