fatih akyon

Results 58 issues of fatih akyon

Thanks for this source! I see the stable diffusion backend is recently changed to compvis from diffusers. What is the reason? What is the disadvantage of using diffusers implementation?

I have just found this repo and seems to be really useful for my future project but seems to be deprecated. Is it still being actively maintained?

### What is the problem this feature will solve? The original YOLOv5 repo calculates the learning rate and schedule automatically based on the given epoch number, batch size, and GPU...

planned feature
Feature:P1

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### YOLOv8 Component Training ### Bug Congratz on the release! I start...

bug

### 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 Where can I check the differences between versions? ###...

question

[setup.py](pycocotools/setup.py) is missing numpy dependency, thus `pip install mmpycocotools` results in the following error: ``` Collecting mmpycocotools==12.0.3 Downloading mmpycocotools-12.0.3.tar.gz (23 kB) ERROR: Command errored out with exit status 1: command:...

I can see the tensorboard scalar charts in my local correctly, but they are not showing in HF Hub. How could I fix it? Buggy HF Hub tensorboard page: https://huggingface.co/keremberke/yolov8s-forklift-detection/tensorboard...

I have to say that, this repo is really useful for using the waymo dataset on non-tf frameworks :) However when i look for the [visualise_labels_and_lidar](https://github.com/gdlg/simple-waymo-open-dataset-reader/blob/master/examples/visualise_labels_and_lidar.py), [groundtruth_extraction](https://github.com/gdlg/simple-waymo-open-dataset-reader/blob/master/examples/groundtruth_extraction.py) scripts I see...

yo, im trying to finetune a yolov8 model on a custom dataset but have no idea how to do it. help me pls.