Akash A Desai

Results 49 issues of Akash A Desai

I have converted yolov4x-mish.weight into yolov4x-mish.onxx , Now i want to test the **onnx** model , is there any script for this scaled yolo models? @linghu8812 Thanks in advance.

what's your view on this @AlexeyAB @WongKinYiu I saw your Standford conference lecture where you mentioned this point- pretrained weights are not improving accuracy as compared to training from scratch,...

1.i used this repo https://github.com/neuralmagic/deepsparse/tree/main/examples/ultralytics-yolo & this command !python annotate.py \ zoo:cv/detection/yolov5-s/pytorch/ultralytics/coco/pruned_quant-aggressive_94\ --source "/content/loc1min.mp4" \ --quantized-inputs \ --image-shape 416 416 \ --save-dir '/content/ops/' \ --model-config '/content/coco128.yaml'\ --device 'cpu' & im...

bug

i m using openvino 20.04 version. & also able to inference ,but fps im getting is 1-3. so why its low, my goal of using openvino to get high fps...

any plan to support this https://github.com/WongKinYiu/yolov7

Thanks a lot for your great work, really appreciate. I'm looking for a script which supports yolov4mish,csp,swish weights, Can you please do this if it's possible for you? A not...

when should you upload your model into [https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md](url) so we can easily use pre-trained weights to train our custom model?

I'm not getting any explanation about parameters on google so I'm looking for efficientdet/ efficientnet v2 pipeline.config parameters with their detailed explanation. & how can we do finetuning on these...