Jairaj Jangle
Jairaj Jangle
Are there any updates on this feature request?
Facing similar issue after upgrading Ultralytics from **8.0.x** to **8.1.x** as well as on **8.2.x**. **Error logs:** ```shell ---> 12 results = model.predict( 13 source = image, 14 conf =...
Thank you for the quick response @glenn-jocher. I tried the solution you provided, but unfortunately, I get the same error: ```shell ... in run_detection(model, image, imgsz, save, max_det, conf, half)...
Thank you for the help, @glenn-jocher. I have multiple models trained on custom datasets, and I perform predictions synchronously using these models, one after another. After hours of debugging, it...
Hi @glenn-jocher! I tried wrapping the image in a list, but unfortunately, the same error persists. I then replaced my custom-trained classification model with a pre-trained model (`yolov8n-cls.pt`), and it...
Hi @eeshankeni plugging in my module here which is super performant on large data as well: https://github.com/JairajJangle/react-native-tree-multi-select I know it might be too late to post this here but hope...
Hi @aslansservant42 sorry for plugging in my module here which is super performant and has react 18 support: https://github.com/JairajJangle/react-native-tree-multi-select. I thought this might be helpful for anyone who is looking...
If anyone is looking for a solid and super performant tree view library with strict typescript for react native in 2024+, here is the one that I made: https://github.com/JairajJangle/react-native-tree-multi-select But...