monkeycc
monkeycc
You should not read the image before saving it Can directly copy and paste images
### 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 Color difference, how to detect it Classification detection cannot...
``` anylabeling Could not download https://huggingface.co/vietanhdev/segment-anything-onnx-models/resolve/main/sam_vit_h_4b8939.zip: Traceback (most recent call last): File "E:\anaconda3\envs\py38\lib\site-packages\anylabeling\utils.py", line 15, in run self.func(*self.args, **self.kwargs) File "E:\anaconda3\envs\py38\lib\site-packages\anylabeling\services\auto_labeling\model_manager.py", line 389, in _load_model if model_config["type"] == "yolov5": TypeError:...
I need to set the color for each label such as Okay, label it in green Bad annotation in red Want to add custom color display for labels
Suggest adding Yolov8 Segmentation
### 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 `yolov8s-seg.pt` `imgsz=1280 , epochs=100, flipud = 0.5 , fliplr...
### 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 ```python obbs = ( results[0].obb.xywhr.cpu().tolist() ) # Get OBBs...
能有语音输出不
能有语音输出不,不要文字, TTS流语音输出
ttf_path E:\中文\config\ttf\MiSans-Regular.ttf ```python ttf_path = r"E:\中文\config\ttf\MiSans-Regular.ttf" with dpg.font_registry(): with dpg.font( ttf_path, 40, default_font=True ) as default_font: dpg.add_font_range_hint(dpg.mvFontRangeHint_Chinese_Full) dpg.bind_font(default_font) ``` ```python Exception: Error: [1000] Message: Font file could not be found...
img 2750*160000 python image_mosaic.py ``` #### Processing 1.jpg & 2.jpg ###### N: 1122.0, n: 6, M:2.0, p: 0.99, eps: 0.6, delta: 3 Traceback (most recent call last): File "image_mosaic.py", line...