-
Hi All,
have few questions regarding usage of mask Rcnn for small applications...I am asking these questions because it seems pretty slow and needs lot of memory to process.
1) Is it possible to u…
-
i got torch version 1.13.0+cu116,
mmaction2 0.15.0
mmcv 2.1.0
mmdet 3.3.0
i always meet this error with anyother version:
user@u…
-
Hello! Great work on putting together such a useful and large dataset.
I was wondering if there was any talk of potentially providing the vector labels for each image in a format which can be readi…
-
Hi,
Thanks for sharing your job. I'm interested in using this approach to extract features with attributes. I have installed Detectron's 2 v0.1.1 (around March 2020), PyTorch1.4 and I'm using `fas…
-
mask rcnn现在的backbone只有swin-t和swin-s,还没有swin-b的,会打算release么
-
Hi, Nice work~ This is PV-RCNN network implementation in ROS?
pqLee updated
3 years ago
-
Hi,
I'm following the documentation on [keras-cv website Faster-RCNN model](https://keras.io/api/keras_cv/models/faster_rcnn/) and i can't seem to import the model. I get the below error:
I …
-
Hi! I really appreciate your work on this paper and your efforts in making this project open source. Now that py-faster-rcnn is deprecated is there an alternative to running your project? any help is …
-
Repeated predictions give different results, I modified the example demo.py by replacing:
```
img = utils.read_image(args.image, color=True)
bboxes, labels, scores = model.predict([img])
…
-
I tried to train Faster-RCNN from scratch. The train.py gives me this result:
{
"main/rpn_loc_loss": 0.045347146689891815,
"main/rpn_cls_loss": 0.17269396781921387,
"…
hktxt updated
5 years ago