-
Hey, for the pretrained **receptacle Mask RCNN**, where is the corresponding label set (classes) that contains the **32** categories?
The `alfworld_receptacles` variable contains 38 classes, and up…
Axe-- updated
10 months ago
-
I modified demo\demo.py to use vits like
def main(
#config_file="configs/open-vocabulary/lvis/vitl.yaml",
#rpn_config_file="configs/RPN/mask_rcnn_R_50_FPN_1x.yaml",
#model_path="weights/tr…
-
I followed your guidance and met the problem below when I run the code :
"python /home/liujianguo/jiguo/mask-rcnn.pytorch/tools/train_net_step.py --dataset coco2017 --cfg /home/liujianguo/jiguo/mask-…
-
Hi, Developer community,
I hope you all are in good health. I am using Mask RCNN to build an application and having problems with a version mismatch. because some other things I found online are in T…
-
Hello Everyone,
I would like to run my code on GPU instead of CPU anyone can help me please?
-
we have trained weight(.h5) file. training works well :)
I checked that it works well in tf1.5 and cuda9.0.
But we want to test without cuda9.0. Is this possible?
If possible, which part of the …
-
One thing I've noticed from using Mask_RCNN is that it is designed not a package completely. This means that suppose you want to use `Mask_RCNN` as a building block in code, it will break. For example…
-
I think it'll be a great feature for us who train on Google Colab. I am happy to start this thread and work on it. However, some guidance would be very useful @waleedka . What do you think needs to be…
-
Hello!When I run the bash finetuning.sh ,
```
## # For test all base + novel classes
python3 -m tools.ckpt_surgery --coco \
--src1 checkpoints/coco/${network}/${network}_R_${arch}_FPN_bas…
-
Hi everyone,
I'm working on MASK RCNN repository and I ran demo.ipynb file but when I want to run the other notbook files from this repository such as "inspect_model.ipynb" or "inspect_data.ipynb" I …