labelformat icon indicating copy to clipboard operation
labelformat copied to clipboard

First comit to add video instance segmentation

Open fardinayar opened this issue 1 year ago • 3 comments

Hi, Thank you for your clean and well-organized code! I'm adding a new feature to support video instance segmentation, as it's necessary for one of my projects, and I would be honored to contribute to this project. My goals are:

  1. Add conversion between VIS datasets like YouTube VIS, KITTI MOTS, and others.
  2. Add conversion from VIS datasets to image datasets.
  3. Follow the general principles of your code as well as writing unit and integration tests. You can view the current status in my forked repository. If you believe I can merge this into the main repository in the future, would you create a new branch for "VIS"?

fardinayar avatar Feb 10 '25 14:02 fardinayar

Hey @fardinayar, thank you for the PR. We will have a look at this asap. Do you have any suggestion for a small video dataset to use to test the conversion outside of the added tests?

IgorSusmelj avatar Feb 10 '25 19:02 IgorSusmelj

Hi again, Thanks for giving it a chance! Actually, I haven't tested it except with datasets in the YouTubeVIS format, but I plan to test it with the KITTI MOTS dataset, and I will send you a small version of both datasets. For now, I'm still working on it, and there are a few things to do before it's fully ready. In the meantime, I would appreciate any suggestions in implementations.

The main reason for this early PR is to check if the idea aligns with your repo and if it’s something you'd consider.

fardinayar avatar Feb 10 '25 19:02 fardinayar

Thank you for your detailed feedback. I will make sure to apply all of them and get back to you soon.

fardinayar avatar Feb 13 '25 15:02 fardinayar