axinc-ai / ailia-models

The collection of pre-trained, state-of-the-art AI models for ailia SDK
1.99k stars 318 forks source link

ADD GFSD #911

Open kyakuno opened 2 years ago

kyakuno commented 2 years ago

Generalized Few-Shot Object Detection without Forgetting https://github.com/Megvii-BaseDetection/GFSD

hattan1990 commented 1 year ago

Google ColaboratoryのGPU環境で動作確認を行ったが、前提条件となる「cvpods」のインストールでエラーが発生。

・下記の必須条件を満たしているが、cvpodsのセットアップ処理でエラー

・エラー内容

Running setup.py install for cvpods ... error
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-_kf3k6v1/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-_kf3k6v1/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-tr6m7ij9/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /root/.local/include/python3.7m/cvpods Check the logs for full command output.