Kevin Patel

Results 16 issues of Kevin Patel

Is it possible to load a custom YOLO NAS (onnx) trained model?

Hello, I can now access the dataset link. It has 54 zip files with each having ~200 GB+ data. Does that mean the total size of the dataset is approx....

Hello, While trying to train a model, I am getting the below registry error. Any help would be highly appreciated. Thanks, K Update: This issue was only observed after installing...

Hello, Getting an error while running an inference `python tools/test.py configs/mt_detr/mt_detr_c+l+r.py checkpoint/model/mt_detr_c+l+r.pth`. ```bash Traceback (most recent call last): File "tools/test.py", line 251, in main() File "tools/test.py", line 216, in main...

Hello, Do we need an `apex` installed for MT-DETR? I keep on getting the `apex is not installed` text on the terminal. I tried installing with `pip install -v --no-cache-dir...