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.

Run panoptic segmentation

See original GitHub issue

Great paper and repo btw, congrats!

I wanted to do a simple single image inference with the panoptic segmentation model. I archived that in a very ‘hacky’ way by editing the main.sh file (Can be seen here).

Are you planing to release a demo notebook like the one for object detection or uploading the .pth files to torch.Hub?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

8reactions
fmassacommented, May 29, 2020

Hi,

Thanks for the message!

We are planning on releasing a colab notebook illustrating how to perform predictions with detr_panoptic, and we will also include torchhub models for it. It should be available sometime next week.

2reactions
alcinoscommented, Jun 5, 2020

Hi all, the panoptic notebook is now available here https://colab.research.google.com/github/facebookresearch/detr/blob/colab/notebooks/DETR_panoptic.ipynb cc @shidilrzf Let me know what you think.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Guide to Panoptic Segmentation - A Semantic + Instance ...
Panoptic segmentation is an image segmentation method which unifies ... Merge the individual predictions obtained by running the above lines ...
Read more >
On-device Panoptic Segmentation for Camera Using ...
Panoptic segmentation unifies scene-level and subject-level understanding by predicting two attributes for each pixel: a categorical label and a subject ...
Read more >
What is Panoptic Segmentation and why you should care.
The simplest way to explain panoptic segmentation is to say it's a combination of instance and semantic segmentation, but if those two concepts ......
Read more >
Semantic vs. Instance vs. Panoptic Segmentation
In this lesson, we'll differentiate semantic vs. instance vs. panoptic image segmentation techniques based on how they treat things and ...
Read more >
Panoptic Segmentation: Introduction and Datasets
Panoptic segmentation is the combination of instance and semantic segmentation. Get an overview of the public datasets available and learn ...
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