-
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…
-
So great job. Thanks for your open source, I have some problems. My config file set image size to [[2048,600],[2048,800],[2048,1000]], which applied multiscale test. I set the
opt_shape_param=[…
-
I have the sane problem as #4310,but the answer was not useful.
I just incease the out_put channel of roi When I use torch.cat to splice tensor.
**error**
```
Traceback (most recent call last):
…
-
I have this issue on np.concatenate(indices). I used my dataset with coco format
python tools/train.py myconfigs/faster_rcnn_r50_fpn_1x.py --work_dir work_dir
2018-12-27 20:50:21,367 - INFO - …
-
Hi, I am using the model-htc_hrnetv2p_w40_20e_coco.py.But actually I run the other model before,like yolo and my dataset's type is VOC which only has the boxes and donex't have the mask.And the coco n…
-
I do not change the code, and I follow the guide in Colab, after I run
> pip install -e detectron2_repo
it occur a error.
I use :
ubuntu 18.04
pytorch : 1.4.0+cu100
python : 3.7
cuda :…
-
i was following this tutorial : https://dgmaxime.medium.com/how-to-easily-install-detectron2-on-windows-10-39186139101c
when i try : pip install -e . or "python setup.py build develop" when cloni…
-
Hi, mate
I had some issue when running a customised script on my own training dataset.
The environment is build based on Dockerfile provided in the repo. I only add a ssh server to the docker fi…
-
Hi, I have changed num_classes = 1 in all of the needed configuration files and my tensors also has the correct shape but still, I am receiving the error. Can you please point me in the right directio…
-
Trying to train by using TridentNet on custom dataset . The config is the following which i used,
`from projects.TridentNet.tridentnet import add_tridentnet_config
cfg = get_cfg()
add_trident…