zxj11838

Results 12 comments of zxj11838

The model format saved using model.save_weights() in train.py is ckpt, how to convert to tflite format?Does anyone know how to do it?

Hi @rubencardenes,Did you convert tflite successfully?

@rubencardenes Thank you for your reply! I saw some related discussions in this link:https://github.com/YunYang1994/tensorflow-yolov3/issues/232 The corresponding project is:https://github.com/panguxiaoshen/tiny_yolov3 The corresponding file should be:tensorflow/src/core/yolov3_tiny.py I want to try.

The target can be detected on the android side, but the coordinates are not accurate. Has anyone encountered this situation?

@xinsuinizhuan 我也是检测不到任何目标,麻烦问一下,你是怎么解决的?

使用MobileNetV2-YOLOv3-Lite这个网络训练自己的数据集,出现如下信息: CUDA-version: 9010 (10000), cuDNN: 7.5.0, GPU count: 2 OpenCV isn't used - data increase will run slowly MobileNetV2-YOLOv3-Lite-voc 段错误 (核心已转储) 有人知道如何解决吗?

I would like to ask you how do you get the PB model file? Thank you

After I modified the param file, the following information appeared using ncnnoptimize. Does anyone know how to solve it? layer YoloV5Focus not exists or registered 段错误 (核心已转储)

I have the same problem. The generated file cannot be used in the android project.