-
@tianzhi0549 Just find that the following piece of code is redundant based on the context around, maybe it should be removed.
Should I create a PR?
https://github.com/aim-uofa/AdelaiDet/blob/a0a6adb…
-
Dear ABCNet Team,
I'm facing a quite strange issue while trying to train the model (or fintuning it to be precise) on a single 1080ti GPU with the last master version of AdelaiDet. In fact if I try…
-
Hi,@DavidFernandezChaves
Thank you for your great work! I had tried to compile and run your project in a virtual environment created by conda, and the compile process had successuly, however i don't …
-
Hey,
I'm trying to install the toolbox via `python setup.py build develop` but I get the following error in the last line of the script `cmdclass={"build_ext": torch.utils.cpp_extension.BuildExtensio…
-
Hi, @yinghdb
Thank you for sharing your great work.
I noticed that there is a new version updated.
Higher dimensional margin is used and
cropping by box is removed.
I’m curious about the motiv…
-
1. What did I do?
I followed the [instruction](https://github.com/facebookresearch/detectron2/blob/master/INSTALL.md) to install from a docker container. The process completes well, but when I run …
-
Hi, I am wondering if detectron2 can be used to implement CenterNet? or will it be more simple not using it? If it is compatible, may I ask for some suggestions or key points I need to take care of? T…
-
I am using this ABCNet model: https://github.com/aim-uofa/AdelaiDet/blob/master/configs/BAText/README.md
When I run this code: python demo/demo.py \
--config-file configs/BAText/CTW1500/attn_R…
-
Hi, I trained the CondInst on a custom dataset for 3000 epochs.
**Training losses:**
```
[01/08 15:07:24 d2.utils.events]: eta: 0:00:00 iter: 2999 total_loss: 1.592 loss_fcos_cls: 0.2424 l…
-
Hi,
I am using CondInst for Multi-class Instance Segmentation for a custom dataset.
Here is what the log for inference looks like from the bottom.
```
[01/04 11:01:25 d2.data.dataset_mapper]…