-
Hello,
I am trying to do the installation locally where I don't have a GPU. I downloaded pytorch and torchvision without the cuda extension and the setup.py command is not working.
How can prop…
-
**I use the command** “python demo/demo.py --config-file E:/TESTR-main/configs/TESTR/ICDAR15/TESTR_R_50_Polygon.yaml --input E:/TESTR-main/dataset/icdar2015/test_images/img_204.jpg --output E:/TESTR-m…
-
Traceback (most recent call last):
File "tools/train_net.py", line 253, in
args=(args,),
File "/usr/local/lib/python3.6/dist-packages/detectron2/engine/launch.py", line 79, in launch
…
-
@xiaohu2015 @zhiqwang Thanks for the amazing work! I was wondering why was FCOS implemented using AnchorGenerator when it's an anchor free detector? I looked at other implementations [AdelaiDet](http…
-
Dear AdelaiDet team,
I'm facing an issue will loading ABCNET weights I just downloaded from https://drive.google.com/file/d/1jR5-A-7ITvjdSx3kWVE9bMgh_biMsqcR/view?usp=sharing (saved to text_pretrai…
-
微博内容精选
-
```
Using /usr/local/envs/dict-guided/lib/python3.7/site-packages
Finished processing dependencies for AdelaiDet==0.2.0
Traceback (most recent call last):
File "demo/demo.py", line 10, in
…
-
I have studied the tutorials and Readme of both AdelaiDet and Detectron2. However, I am still not quite clear how to write a trainer for SoloV2. I am quite new to Detectron2, but I know Pytorch well. …
-
1. What exact command you run:
OMP_NUM_THREADS=1 python tools/train_net.py --config-file configs/BlendMask/Base-BlendMask.yaml --num-gpus 1 OUTPUT_DIR training_dir/Base-BlendMask
2. __Full logs__ or…
KHKHG updated
2 years ago
-
I have trained box inst using config MS_R_50_1x.yaml without pretrained imagenet weights. I followed demo for training custom model for detectron 2 " https://colab.research.google.com/drive/16jcaJoc6b…