Dinusha
Dinusha
I tried to export the PyTorch model to ONNX using `python export.py --weights yolov7-tiny.pt --grid --end2end --simplify --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --max-wh 640` and then...
# System information (version) - OpenCV = 4.5.5.dev - torch = 1.6.0 # Steps to reproduce net = cv2.dnn.readNetFromONNX(onnx_path) # Issue I am getting the following error. when I updated...
Hi, when I used to run the ONNX converted model using scrfd.py, it seems like using the CPU not the GPU
## Description Hi, I am trying to convert yolov5m model into tensort model for batch inference (batch size of 4). but I am getting an error while `trexec` conversion. This...
### Describe the bug When Trying to run training with multi-GPU, getting a ZMQ error ### steps to reproduse run the following code in ipython notebook ``` from super_gradients.training import...
**Describe the bug** Probably this is not a Bug, but when I try to deploy the Sagemaker Pytorch model, I am getting a `FileNotFoundError: [Errno 2] No such file or...
Hi, I try to export Pytorch model to ONNX using the tools/pytorch2onnx.py config file : https://github.com/ViTAE-Transformer/ViTPose/blob/74253ac4d468ae8110cbed860ca059e0cc334e52/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/vitPose%2B_small_coco%2Baic%2Bmpii%2Bap10k%2Bapt36k%2Bwholebody_256x192_udp.py model : vitpose+_small.pth error : The model and loaded state dict do not match...
I am getting the above error when trying to compile, any idea why?