china56321
china56321
How to convert yolov4 to tensorflow and generate .pb format ?
When i run you pretrained model to make a test , something wrong happend : ./experiments/test.sh: 5: ./experiments/test.sh: th: not found Have you encountered this problem ? How to solve...
How many epochs did you train ? or recommended epochs ?
How did you do to combine the Yolov3 and deepsort to achieve object tracking ? Can you tell me the exactly procedure? How should i do if i want to...
Hi, The purpose of mine is to use Object Detection methods(like RefineDet) to detect object, and then use Object Tracking methods (like SiamMask,deep_sort) to track the object ,How should i...
Could you provide the ResNeXt of Caffe version ?
Hi ,when i run test_vgg.py,Something wrong happend, File "test_vgg.py", line 11, in recognize output_graph_def.ParseFromString(f.read()) google.protobuf.message.DecodeError: Error parsing message How to solve this problem ?
demo.py
**博主好,yolov4.pt转keras,h5已转成功,现在检测其效果,当我运行demo.py时出现以下错误:** Traceback (most recent call last): File "demo_fast.py", line 137, in outs = yolo.predict(pimage) File "/home/anaconda3/lib/python3.6/site-packages/keras/engine/training.py", line 1462, in predict callbacks=callbacks) File "/home/anaconda3/lib/python3.6/site-packages/keras/engine/training_arrays.py", line 324, in predict_loop batch_outs = f(ins_batch)...
Could you provide the train procedure and data preparation( such as data file catalogue ,where should i put the VOC data ?) in detail?
How to convert yolov4 weights to .pb or ckpt file or caffemodel ?