Coder Social home page Coder Social logo

DeAOT training & inference. about mose-api HOT 6 CLOSED

z-jiaming avatar z-jiaming commented on September 5, 2024
DeAOT training & inference.

from mose-api.

Comments (6)

henghuiding avatar henghuiding commented on September 5, 2024

Hi Jiaming,

Thank you for your valuable suggestions and attention to MOSE! Done as suggested.

We did not change the training config, the same as default setting of YTB.

from mose-api.

z-jiaming avatar z-jiaming commented on September 5, 2024

Thanks for you reply!
But there seems to be a problem with the two files in the deaot.

  1. MOSE dose not have meta.json like YouTubeVOS?

    self.seq_list_file = os.path.join(root, 'meta_train.json')
    self._check_preprocess()

  2. MOSE's file structure is split outside of Annotations and JPEGImages

    self.image_root = os.path.join(root, 'JPEGImages', split)
    self.label_root = os.path.join(root, 'Annotations', split)

It better should be:
self.image_root = os.path.join(root, split, 'JPEGImages')
self.label_root = os.path.join(root, split, 'Annotations')

from mose-api.

henghuiding avatar henghuiding commented on September 5, 2024

Thank you for your careful check๐Ÿ‘

  1. Currently no, while we consider providing a meta.json soon, which plans to include more information. You could ignore Line 602 or generate a meta.json by yourself, which does not affect the model training.

  2. Yes you're right, updated accordingly. It depends on how you arrange the files. On my local machine it is JPEGImages/train.

Thank you again for your suggestions and all the best to your work!

from mose-api.

z-jiaming avatar z-jiaming commented on September 5, 2024

If I just ignore Line 602, how should I filter out short objects like L612-L619?

In addition, should I filter out short videos?

Thanks again!

from mose-api.

changliu19 avatar changliu19 commented on September 5, 2024

Hi Jiaming,

Thanks for you reply! But there seems to be a problem with the two files in the deaot.

  1. MOSE dose not have meta.json like YouTubeVOS?
    self.seq_list_file = os.path.join(root, 'meta_train.json')
    self._check_preprocess()
  2. MOSE's file structure is split outside of Annotations and JPEGImages
    self.image_root = os.path.join(root, 'JPEGImages', split)
    self.label_root = os.path.join(root, 'Annotations', split)

It better should be: self.image_root = os.path.join(root, split, 'JPEGImages') self.label_root = os.path.join(root, split, 'Annotations')

We are glad to announce that we just updated meta files for the dataset. Please check them out! The current file structure is organized for better packaging&uploading. Feel free to reorganize the folder structures as you like after you download.

If I just ignore Line 602, how should I filter out short objects like L612-L619?

In addition, should I filter out short videos?

Thanks again!

In terms of filtering out short videos as you've mentioned, there are no strict requirements. So you can decide whether to filter out videos based on the method you are using.

Enjoy!

from mose-api.

z-jiaming avatar z-jiaming commented on September 5, 2024

Thank you for your active response!

from mose-api.

Related Issues (15)

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.