-
### 💡 Your Question
I would like to use the parameter torch_compile, but I am encountering the following error when using the latest version. However, the error does not occur when using version 3.1.…
-
### 💡 Your Question
I'm evaluating `supergradients` and `YoloNAS and I'm trying to use the coco recipe to train a model from scratch. I am getting `< .20` on `Precision@0.50:0.95`. For an out of the …
-
How to fix this error?
My code
```
from autodistill_yolonas import YOLONAS
# load the model
target_model = YOLONAS()
target_model.train("data/dataset", epochs=10)
```
Error:
```
roo…
-
### 🐛 Describe the bug
I tried to load from checkpoint using the file initially downloaded by the models.get() call. It looks like there's a leftover TODO in the repo code that's a reminder to remove…
-
I can successfully finetune on COCO dataset, and I can test weights for segmentations through:
`./tools/dist_test.sh /homedata/whcai/YOLO-World/configs/segmentation/yolo_world_seg_m_dual_vlpan_2e-4_8…
-
hello
may i know where is pre-train model for objects365
-
### 💡 Your Question
I'm training a yolo-nas-s model for object detection with 14 classes.
Train - 3076 images
Test - 879 images
Valid - 439 images
Total - 4393 images
Earlier i trained a mediu…
-
- [ ] Decide on pipeline setup, network architectures, datasets
- [ ] Neural networks process and run on image data
- [ ] Make a detection library in tensorflow
- [ ] make class to easily…
-
https://github.com/Deci-AI/super-gradients/blame/e0ccacf8868ffa1296fa4f8407c03d2bc227312c/tests/unit_tests/load_checkpoint_test.py#L35
The actual model file listed is correct but notebooks are fail…
-
### 🐛 Describe the bug
Looks like we can evaluate the model form trained checkpoints only, evaluate_from_recipe gives error if I want to evaluate pretrained model.
I also get error for overriding th…