monkeycc

Results 145 comments of monkeycc

The dataset is correct YOLOv8 can train normally Unable to train YOLOv5 classification model @glenn-jocher ```python from ultralytics import YOLO if __name__ == '__main__': model = YOLO("yolov5s.yaml" ).load("yolov5s-cls.pt") results =...

``` Traceback (most recent call last): from ppgan.apps import MPRPredictor File "E:\anaconda3\envs\PaddleGan\lib\site-packages\ppgan\apps\__init__.py", line 16, in from .deepremaster_predictor import DeepRemasterPredictor File "E:\anaconda3\envs\PaddleGan\lib\site-packages\ppgan\apps\deepremaster_predictor.py", line 24, in from ppgan.models.generators.remaster import NetworkR, NetworkC File...

A very cool proposal Looking forward to integrating

``` pkg-config --modversion opencv 4.0.1 ``` ubuntu安装后 显示出opencv了 ``` pip uninstall opencv-python pip install opencv-python ``` python环境中 也重新安装了 问题依旧 @heliqi

有时候还要给客户部署环境,要编译各种环境,费劲 希望有空增加支持3.11

> 也许也有桌面插件吗? Opencv ? cv2.VideoCapture(0)

![1111](https://user-images.githubusercontent.com/6490927/185831734-2212ec61-ab6a-400a-9dbf-2b70935e7abf.png) 明白了 是这里没有显示 已经分类好的 标签名称 还以为 还没导入成功 标签也没分好

列表最好可以筛选 显示 未标注 已标注 以后要是导入新的数据 一页一页的找? 最好再显示 标签分类的名字 可以按照标签分类的名字 筛选 只看某一个分类