Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preprocessing code to generate the training set from SA-1B #255

Open
sovit-123 opened this issue Nov 1, 2024 · 0 comments
Open

Preprocessing code to generate the training set from SA-1B #255

sovit-123 opened this issue Nov 1, 2024 · 0 comments

Comments

@sovit-123
Copy link

Hello. Great work with FastSAM.
Is it possible that you can open source the preprocessing code that you used for generating the dataset from SA-1B?

I am trying to figure out the dataset structure from the paper, but have a few gaps to fill. I am speculating the following steps:

  1. SA-1B has annotation for every object in the image and the dataset is in COCO RLE format.
  2. The bounding boxes for each mask have been generated through preprocessing code from RLE.
  3. Then the YOLOv8 segmentation model has been trained which can detect each object's bounding box and segmentation mask.

Is this the correct approach or am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant