-
In the tutorial https://cloud.google.com/tpu/docs/tutorials/mask-rcnn
```
cd /usr/share/ && python tpu/models/official/mask_rcnn/mask_rcnn_main.py \
--use_tpu=True \
--tpu=${TPU_NAME:?} \
--mod…
-
Hi, I checked your score team is too low althought you used mask rcnn. Does it score use mask rcnn or unet? If it use maskrcnn so I think you have a wrong in encode submission that need to encode ewc…
-
Hey,
i tried to run the RCNN Runner from this repository, but it always fails for me.
I used the Mask rcnn model from the onnx model, because i could not quantize the rcnn model from the release w…
-
**Hello,lvpengyuan:
Thanks for sharing the code.I can run the test script after installing the env,But I got some problem
while running the train script.The error imformation is as follows:**…
-
I trained the mask_rcnn model and want to visualize the results of the test samples. My data includes two classes and I converted the data to coco format..
cmd line for DetVisGUI:
`python DetVisGU…
-
Hi, excellent project, I had fun reading your code.
I did some expriments by reconfiguring the codes and the pretrained coco weight to adapt python2.7 and a 2 class problem. I also disabled multipr…
-
-
Dear All,
I am suffering problem, I try to modify the CNN backbone from default resnet101 to 152 architecture. However, follow the instruction of the resnet paper, compared to resnet101, I can no…
-
anaconda3 환경에서 mask-RCNN requirements 설치시 imgaug 설치부분에서 에러가 발생
아래 명령어를 통해서 해결 가능
conda install shapely
pip install imgaug
-
Thanks for sharing your greate work.
I have tested your **mask_rcnn_FPN** code, and `got the right result of bbox detecting`, but `wrong result of seg`.
I have pasted the result of **eval_mask_FPN**…