PyCenterNet

  1. cuda 11.3 torch 1.10.x mmcv1.4.0
    pip install mmcv-full==1.4.0 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.10/index.html
  2. Installing mmdet
    python setup.py develop
  3. gcc: error: pycocotools/_mask.c: No such file or directory
    error: command 'gcc' failed with exit status 1
    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple cython==0.29.36
  4. TypeError: FormatCode() got an unexpected keyword argument 'verify'
    pip uninstall yapf
    pip install yapf==0.40.1
  5. AssertionError: The num_classes (1) in ConvFCBBoxHead of MMDataParallel does not matches the length of CLASSES 80) in CocoDataset
    find / -name coco.py
    参考链接:https://blog.csdn.net/qq_39435411/article/details/120740066
posted @ 2024-11-25 14:29  zzzzzzz286972  阅读(3)  评论(0编辑  收藏  举报