-
Training the model with `train_script.py`, I save for all the epochs only the weights using the following code:
```
# ModelCheckpoint callback to save model weights
checkpoint_callback = ModelChe…
-
Currently, `RegionDetections.save` saves an ESRI shapefile of name `name.shp` (plus ancillary files named `name.xyz`) into a folder named `name`, where `name` is provided by the user via the argument …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I am getting "" as output, can't seem to figure out the issue.
```
import torch
from videollava.conversation import conv_templates, SeparatorStyle
from videollava.model.builder import load_pre…
-
I am new to labelstudio and i am having issues importing. I have gotten a pre-annotated dataset from a colleague that is using a different licensed software that i do not have access to so i am trying…
-
I tried to run `python concept_learning_with_evolearner.py` in the latest ontolearn version (0.80). However, I get the error
```
Traceback (most recent call last):
File "/home/heindorf/git/Onto…
-
### System Info
**Description**
I am experiencing an issue when using the transformers library version 4.36.1 with a custom model serving endpoint that utilizes mlflow. The model is based on the Res…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
There were talks about adding speculative CTRL_FLOW events and I would like to clarify if/when such say speculative mis-predictions will be useful. For this it would be great to understand what exactl…
dr-sc updated
3 weeks ago
-
For now I am doing inference on images following the code in the inference.ipynb file. However, I have realised that it uses image paths to be able to make the inference.
However, due to limitatio…