futureflsl

Results 92 issues of futureflsl

this project is too complex to install environment.a docker image provided may be very well

this project quite well,I saw writer had impleted mobilenet yolov4.so why not try backbone mobilenet with yolov3?

it look like this projetc does not support python3

daknet has a yolov7-tiny model.so this project can load yolov7-tiny.weights to inference?

我训练了一个模型,然后测试发现什么也检测不出来,于是怀疑是不是训练模型的是不是有问题,结果我用官方的yolov4.pth检测也是什么也检测不出来,这是怎么回事?连data/dog.jpg都检测不出来任何物体

用自己的数据训练后,输出的预测结果全黑,全灰色,按照网上方法都试过没用,真不知道这个项目到底能不能用

utils.load_weights(model, "./yolov3.weights") File "/home/fut/Downloads/TensorFlow2.0-Examples-master/4-Object_Detection/YOLOV3/core/utils.py", line 59, in load_weights assert len(wf.read()) == 0, 'failed to read all data' AssertionError: failed to read all data yolov3仔细检查没问题,官方都可以跑,你这个demo是不是有问题?

I want to test model with opencv webcam,but I can not find one example in the project

though docker is simple to create environment.but for some reasons,I cannot use docker.so How to install in windows or ubutnu without docker?I feel this project is not easy to create...

I have complied dark_ros,How can I test my complie is ok? in darknet.when I compile,I can test a image to see the result.So I want test a image with yolov3.weights...