models
models copied to clipboard
Yolov5 V6 The exported TFJS model is not available because img SIez cannot be set to 300
// Yolov5 python export.py --weights runs/train/exp9/weights/best.pt --include tfjs --img 300 WARNING: --img-size 300 must be multiple of max stride 32, updating to 320
// coco-ssd js Error: The shape of dict['x'] provided in model.execute(dict) must be [1,320,320,3], but was [1,300,300,3]
@kumariko This does not help, as it is possible to convert directly to TFJS in yolov5 v6.0,[1,300,300,3] cannot be converted when using cocossd
@kumariko This does not help, as it is possible to convert directly to TFJS in yolov5 v6.0,[1,300,300,3] cannot be converted when using cocossd
how did you solved it
Hi @luotigerlsx @fyangf,
Can you look at this issue in your free time.
Thanks.
Hi @gamefake588 ,
Is this issue still reproducible?
Thanks.
We don't support YoloV5 in official models.
@kumariko This does not help, as it is possible to convert directly to TFJS in yolov5 v6.0,[1,300,300,3] cannot be converted when using cocossd
how did you solved it
Sorry, it's been too long, I can't remember clearly, I may have used other libraries for conversion at the time
Hi @gamefake588 ,
Is this issue still reproducible?
Thanks.
Sorry, it's been too long, I can't remember clearly, I may have used other libraries for conversion at the time