-
Cascade_RCNN的model.py里面初始化没有config和kwargs参数
-
@qqsh0214 It seems to be a good one to work on.
https://github.com/TuSimple/mx-maskrcnn
-
I am looking forward to using this framework for PV-RCNN. For that, I have made the following cfg file
[ioumatch3d_pvrcnn_small.txt](https://github.com/PointsCoder/ONCE_Benchmark/files/10785564/i…
-
Hi,
Thanks for this great extension. I'm currently looking to try different backbones for keypoint detection in detectron2. I have to say I'm sort of loss on how to go about replacing a backbone on…
-
hi, I found file faster_rcnn.py in models, I wonder whether mmaction can support faster-rcnn now?
If support, is there any configs can be provided, i really do not know how to construct self.tra…
-
-
Hi,
would you share your pre-trained model (faster_rcnn_X_101_32x8d_FPN_3x_18000iter_0_0025lr_model_final.pth)?
Thanks!
-
As given in the documentation i used the following command-
```
cd demo/
python demo.py --config-file ../configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml \
--input input1.jpg input…
-
Any chance of getting a simple example (even just ad hoc ) on how to train mask rcnn via transfer learning on a custom Coco formatted dataset ?
We are currently evaluating if we need to write our …
-
I encountered the error "RuntimeError: CUDA error: out of memory" when running get_flops today.
All the code follows the procedure outlined at https://mmdetection.readthedocs.io/zh-cn/latest/get_s…