wkpark commited on
Commit
f4c9e65
·
1 Parent(s): 05381b9

add README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ## Yolov8 models converted for MMYOLO models
2
+
3
+ Yolov8 models converted with mmyolo's conversion tool to use with MMDetection-based applications such as DDetailer.
4
+
5
+ - used converter: https://github.com/open-mmlab/mmyolo/tree/main/tools/model_converters
6
+ - original yolov8 models from https://huggingface.co/Bingsu/adetailer - author [@Bing-su](https://huggingface.co/Bingsu)