-
Hi! I have questions to disturb you.
When trying to run train_net.py, I have no way to solve 'from config import config'.when the error exists'no mudule named ''config',I try to 'pip install config'…
-
**Please use this template to submit your problem or your question will _NOT_ be properly tackled.**
* We recommend that you check the existing issues before creating a new issue to see if anyone h…
-
Thanks for the good work! I notice there is yolov3 in this repo. yolov4 is much stronger than yolov3, do you have any plan to add it to cvpods?
hiyyg updated
3 years ago
-
Is there any environment variables way to set the path to coco or to pretrain model?
In detectron2:
export DETECTRON2_DATASETS
export FVCORE_CACHE
In mmdetection:
export TORCH_HOME
But all…
-
Hello,
Thanks for your excellent work.
I just install the cvpods with (pytorch=1.4.0, cudatoolkit=10.1, torchvision=0.5.0), and can run pods_train with the POTO's config.py.
But when I …
-
-
from cvpods import _C
ImportError: cannot import name '_C' from 'cvpods' (BorderDet/cvpods/__init__.py)
您好,我没找到_C在哪?文件里面貌似没有
-
python setup.py build develop
running build
running build_py
running build_ext
building 'cvpods._C' extension
Emitting ninja build file /home/ldd/BorderDet/build/temp.linux-x86_64-3.6/build.ninja…
-
Thank you for your outstanding work!
I recently ran this code and got a result of mAP40.2, Is this the normal fluctuation range ?
-
Traceback (most recent call last):
File "/home/chen/code/BorderDet/tools/train_net.py", line 26, in
from cvpods.checkpoint import DetectionCheckpointer
File "/home/chen/code/BorderDet/cvpo…