Jay Meng

Results 19 comments of Jay Meng
trafficstars

Hey jttqbc666, Thanks, could you mind telling which net type selecting on backbone, such as darknet53 or mobilenet?

Hey Eric, Thanks! I'll try tflite model to deploy on Android next step.

Could you mind showing some bugs or error? Maybe I can help to resolve them.

Hey, Step1: do scripts/from_darknet_weights_to_pb.py to change into pb file, if yolov5.weights. However if yolov5.pt in Pytorch, it's a bit difficult. You should change pt into onnx, and then change into...

Sorry! demo.py is only example, you should train your training data by using yolov5 or yolov4 or yolov3 etc. The accuracy and performance are all decided by model structure. You...

Hey all, Thanks, could you mind telling which net type selecting on backbone, such as darknet53 or mobilenet?

Hey all, Anchor values maybe caculate according to your train data, and then replace the anchor file.

Hey Yahui, Thanks! I‘ll study the article and try to do better.