bethgelab / siamese-mask-rcnn

Siamese Mask R-CNN model for one-shot instance segmentation
Other
346 stars 60 forks source link

issue re-running #35

Open saeedbbm opened 2 years ago

saeedbbm commented 2 years ago

the links provided for training.ipynb and evaluation.ipynb are not working. Could you please fix that?

I am running this repo on google colab, after the instalation and preparation, which one of these should I run?

  1. https://github.com/bethgelab/siamese-mask-rcnn/blob/master/experiments/train_parallel_coco_full.ipynb
  2. https://github.com/bethgelab/siamese-mask-rcnn/blob/master/experiments/train_parallel_mrcnn_coco_full.ipynb
  3. https://github.com/bethgelab/siamese-mask-rcnn/blob/master/train.ipynb

and what are their differences?