-
Over time, we added new extension points to the BaseStrategy that allow easy customization. This is what the new API looks like (most of it is already available):
```
class Naive(BaseStrategy):
…
-
Hi i treid to run the colab on custom dataset but i get the following error:
```
/usr/local/lib/python3.9/dist-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, …
-
Hi, I'm wondering how to modify the dataloader to support nuScenes or custom dataset for training and Inference?
Thanks in advance.
-
![1](https://github.com/open-mmlab/mmsegmentation/assets/127806319/9fb9c80d-726a-4210-8dd2-1e538d638aa2)
This is my config file
# dataset settings
dataset_type = 'CustomDataset'
data_root = '/m…
-
**Is your feature request related to a problem? Please describe.**
When I have a built dataflow I would like to be able to see which paths are entered in @load_from and @save_to.
**Describe the so…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
My dataset is only 200 videos, with dimensions 256x256. I get a warning message shown below and it won't let me train the model. I'm using Colab Pro. What should I do? Thanks in advance.
Code:
!py…
-
Hi,
I have a custom 3D dataset. I have spent a lot of time trying to run preprocessing script on LIDC data but I still have some issues running preprocessing script - looks like my characteristic.c…
-
Hi, Thanks your great job.
Now I am trying to train a custom dataset with yolo label format and train well in yoloV7 and V9. I am trying to train it use RT_DETR with pytorch version.
I found a tra…
-
I have seen Validation Loss During Training #7971.
but there is no workflow in _base_/default_runtime.py.
my mmdetection version is 3.x