question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compatibility of demo code with the new baselines for Instance Segmentation with Mask R-CNN

See original GitHub issue

🚀 Feature

Adding the support for the new baseline instance segmentation models introduced in Model Zoo for the demo.py. Currently the code is written so that it only supports checkpoints with .yaml configs and models with Yacs Config . I have been able to load the checkpoints using Lazyconfigs instructions, however, I have not been able to populate the detector model with the loaded weights.

I am using detectron2 as an off the shelf object detector in the system I am designing. Therefore, I am not doing any training for the object detector and it would be very nice if I can easily use your demo code with the new baseline models.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:8

github_iconTop GitHub Comments

7reactions
ppwwyyxxcommented, Sep 2, 2021

demo.py cannot be used with the lazyconfigs currently and saving it into yaml format will not help. We’ll add support soon.

2reactions
youngwanLEEcommented, Aug 29, 2022

@ppwwyyxx That’s very sad news. I’m your big fan. Good luck with whatever you do!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

New, improved Detectron2 Mask R-CNN baselines - Meta AI
We are now sharing new, significantly improved baselines based on the recently published state-of-the-art results produced by other experts in the field. We're ......
Read more >
detectron2 tutorial - Caseificio de Nicola
Example Instance Segmentation Inference from our custom trained model! We will follow these steps to train our custom instance segmentation model: Assemble ...
Read more >
Training Mask R-CNN with TensorFlow 2.0 and Keras
This tutorial shows how to adapt the Mask R-CNN GitHub project for training and inference using TensorFlow 2.0 and Keras.
Read more >
Detectron2 - Object Detection with PyTorch - Gilbert Tanner
The above code imports detectron2, downloads an example image, creates a config, downloads the weights of a Mask RCNN model, and makes a...
Read more >
Mask R-CNN - DeepAI
We show top results in all three tracks of the COCO suite of challenges, including instance segmentation, bounding-box object detection, and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found