icklerly1

Results 8 issues of icklerly1

Hello, I have trained a voice using your framework. I wanted to use it as a Vocoder for Grad-TTS. Unfortunately the voice that is created as a result is way...

Hi there, i am getting an error after 1 iteration of training and I cannot figure out the reason. Do you have any idea what is causing the error EOFError:...

### 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 found no similar questions. ### Question Hello, I was wondering how I can change the...

question

### 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 found no similar questions. ### Question Hey guys, I have a question regarding the training....

question

Hi, I have a question. My plan is to provide the mtracker.Update method with custom regions. I am generating my regions with the following: ``` new_regions = [] for el...

question

Hi, I am planning on re-training using a costume weight, e.g. of epoch 5. When I execute a training a with that as a weight-file it starts counting the train...

Hi guys, thanks for your great work! I wanted to ask if you are planning on supporting segmentation? And if yes: when? All the best, Lydia

Hi, I have a question regarding the TRT-export with int8. I do the following command: `python export.py --trt --weights edgeyolo_visdrone.pth --batch 1 --workspace 8 --int8 --dataset params/dataset/visdrone_coco.yaml --num-imgs 16` Unfortunately...