Dinusha Nuwan

Results 6 issues of Dinusha Nuwan

Hi, thanks for the great work you have done on the pose estimation, I used the deployment script `pytorch2onnx.py` to convert to onnx and then use `trtexec` to convert to...

Hi all, I tried to run EigenCam with yolov7 but I am getting the following error, ```` Traceback (most recent call last): File "/content/yolov7/detect.py", line 224, in detect() File "/content/yolov7/detect.py",...

Hi I just came across the facebook's segment anything model, According to the web demo mentioned in GitHub, it uses the PyTorch model to generate embeddings and then uses onnx...

**Is your feature request related to a problem? Please describe.** I would like to use the openMVS output to display a user-interactive window, where the user can view the coordinates...

## Description It is taking a long time (~ 30 minuets) to initiate multiple ONNX sessions using the same ONNX model, but it does not happen when using different models....

According to the State of the art model [evaluation](https://paperswithcode.com/sota/object-detection-on-coco) in papers with code, Transformer based object detectors provide better `box mAP` that yolov7. Can someone pleace give an small explenation...