Baptiste Amato
Results
3
comments of
Baptiste Amato
Hi, Which version of OpenCV are you using? I had the same problem while using cv2 3.2, it worked after upgrading it.
What about this: ``` recyclerView.setPadding(screenwidth / 2, 0, screenwidth / 2, 0) ```
This app only shows the possibility of using Yolo weights with an Android device; have a look at Darknet (https://pjreddie.com/darknet/yolo/) and Darkflow (https://github.com/thtrieu/darkflow) to train your weights on your own...