-
I'm trying to train yolov7 on a custom dataset but I face this problem on colab:
Epoch gpu_mem box obj cls total labels img_size
0% 0/232 [00:00
-
### 🐛 Describe the bug
pin_memory=True on data loading destroys custom container classes inheriting from list. Although addressed in #64779, it still breaks custom data storage.
Example.
```p…
-
Thank you for your work
is there any example how to edit specific face ?
For example moving face from right to left / make angry face like the example in the paper
![image](https://user-images.…
-
### Describe the bug
Running the baselines with other models e.g. torchvision.models.resnet18 for fedprox/fednova/etc. fails with an out of bounds exception. This is the same problem that many peop…
-
Hello,
I haven't made any modifications to the code. I cloned it, installed the requirements, and ran the script for training. No other options, no custom data.
As you can see, it ran train.py tw…
-
Hello
How are you?
Thanks for contributing this project.
I am going to train a new model with my custom dataset(supervisely-person-dataset).
How should I prepare the training data from my custom …
-
@SURFZJY
How can I use your work if my dataset contains polygon instead of rectangles?
I am getting "load label failed" as of now or does it bound to have rectangle to use your work?
-
我这边随便下载了一份demo数据集:[balloons](https://universe.roboflow.com/alon-barenboim/balloons-duyrr/dataset/3),并根据[finetuning.md](https://github.com/AILab-CVC/YOLO-World/blob/master/docs/finetuning.md)进行修改和配置,下面…
-
### Describe the question.
Is it possible to use DALI as the dataloader for HuggingFace Trainer?
### Check for duplicates
- [X] I have searched the [open bugs/issues](https://github.com/NVIDIA/DALI…
-
(I'm writing this down here to have a written trace, but I'm looking forward to discuss this with you all in our upcoming meetings :) )
I spent some time porting the torchvision training recipes to…