Git Product home page Git Product logo

Comments (13)

fmassa avatar fmassa commented on July 21, 2024 8

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.

from detr.

alcinos avatar alcinos commented on July 21, 2024 2

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.

from detr.

shafu0x avatar shafu0x commented on July 21, 2024 1

Thank you this is super helpful!

I had to upgrade pyyaml for whatever reason.
Just run:
pip3 install pyyaml -U
if you run into the same error.

from detr.

rkinas avatar rkinas commented on July 21, 2024 1

I made simple demo using DETR and panoptic segmentation here:

https://youtu.be/CJj6V1eafVs

Each class has predefined color (to prevend color blinking on video).

from detr.

shafu0x avatar shafu0x commented on July 21, 2024

Awesome, thanks for the info!

from detr.

shidilrzf avatar shidilrzf commented on July 21, 2024

Thanks a lot! That really helped.
I had some problems with metadata to be able to use detecton2 Visualizer. The category-id reported in the "segment_info" was different than the one used in detectron2.

from detr.

alcinos avatar alcinos commented on July 21, 2024

Thanks a lot! That really helped.
I had some problems with metadata to be able to use detecton2 Visualizer. The category-id reported in the "segment_info" was different than the one used in detectron2.

Yes indeed, Detectron2 does a remapping to ensure contiguous IDs, which we don't. Did the Notebook clarify that part for you?

from detr.

shidilrzf avatar shidilrzf commented on July 21, 2024

Thanks a lot! That really helped.
I had some problems with metadata to be able to use detecton2 Visualizer. The category-id reported in the "segment_info" was different than the one used in detectron2.

Yes indeed, Detectron2 does a remapping to ensure contiguous IDs, which we don't. Did the Notebook clarify that part for you?

Yes, thanks a lot ;)

from detr.

alcinos avatar alcinos commented on July 21, 2024

I believe the issue at hand was addressed, as such I'm closing this. Feel free to ask if you have further questions.

from detr.

NIkimih avatar NIkimih commented on July 21, 2024

Is it possible to train panoptic segmentation on my dataset, which is not in COCO format? @alcinos

from detr.

alcinos avatar alcinos commented on July 21, 2024

@NIkimih We currently only support COCO format. You'll need to convert your dataset, see https://cocodataset.org/#format-data for information on what is expected. You essentially need three things: the images, some jsons (for train and val) describing the segments (class, associated bounding box, id), and a specially formatted png encoding per-pixel segment ids (the color correspond to the id, as described in the link)

from detr.

NIkimih avatar NIkimih commented on July 21, 2024

@NIkimih We currently only support COCO format. You'll need to convert your dataset, see https://cocodataset.org/#format-data for information on what is expected. You essentially need three things: the images, some jsons (for train and val) describing the segments (class, associated bounding box, id), and a specially formatted png encoding per-pixel segment ids (the color correspond to the id, as described in the link)

Thanks for the quick response

from detr.

sodi16 avatar sodi16 commented on July 21, 2024

Hii, can someone explain me how areas is calculate in panoptic segmentation ouput? Thanks in advance

segments_info = [{'area': 2712.0,
  'category_id': 0,
  'id': 1,
  'instance_id': 0,
  'isthing': True,
  'score': 0.9890128374099731},

from detr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.