DarknetDemoInAndroid icon indicating copy to clipboard operation
DarknetDemoInAndroid copied to clipboard

process a demo in android

Results 14 DarknetDemoInAndroid issues
Sort by recently updated
recently updated
newest added

我的权重是利用「keras-yolo3」得出,档案格式为*.h5,请问如何转换到此范例能使用的*.weights格式呢?

1、我看了你的CSDN,您说要以release模式运行才能运行起来,我试了一下,debug模式也是能运行起来,能监测图片的。 2、但是当我真的debug调试后,这个项目运行起来,图片监测一直会停留在那个analysing yolo界面了。 3、后来我不调试了,又以debug模式安装运行,甚至clean project后,但是项目却还是一直停留在analysing yolo界面上了,但是在调试之前以debug模式安装就可以成功监测,不会停留在analysing yolo界面上了。 4、我在代码调试里面看了看,在jni接口那个network_predict(net, X)函数一直运行不出来,我跳进这个函数里面,跳的越来越深,后面就直接看不懂代码意思了,没法调了。。。 5、请问你遇到过这些问题吗?如果你遇到过的话,你是怎么处理的呢? 6、另你的darknet的test_detector函数里面是有这样一部分代码的,而我自己安装的darknet的test_detector是没有这一部分代码的,这一部分代码是用来干什么的呢? ![default](https://user-images.githubusercontent.com/41282077/49776204-02b0c280-fd36-11e8-996e-a10270383757.PNG) ![1 n z33 3ttfziez0e 1 2](https://user-images.githubusercontent.com/41282077/49776210-05131c80-fd36-11e8-975d-cac4aeb47a4a.png) ![6l do u7fuvr8ss tcv_u](https://user-images.githubusercontent.com/41282077/49776214-08a6a380-fd36-11e8-83e3-267655fb870c.png)

你好,请问你调用摄像头的APK可以分享一下吗