We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i have a png image dataset . Did anyone tried adding their own data for training? dataset_root/ ├── images/ │ ├── 0001.jpg │ ├── 0002.png │ └── ... ├── masks/ │ ├── 0001.png (0=background,1=first object,2=second object...) │ ├── 0002.png │ └── ...
The text was updated successfully, but these errors were encountered:
+1 to this, a fine-tuning guide would be epic!
Sorry, something went wrong.
Thanks for your attention. We will update this feature in the next two weeks. Please stay tuned.
+1 to this,thanks
@lxtGH Hi,
I wonder if the fine-tuing script of Sa2VA-8B is already released?
thank you!
No branches or pull requests
i have a png image dataset . Did anyone tried adding their own data for training?
dataset_root/
├── images/
│ ├── 0001.jpg
│ ├── 0002.png
│ └── ...
├── masks/
│ ├── 0001.png (0=background,1=first object,2=second object...)
│ ├── 0002.png
│ └── ...
The text was updated successfully, but these errors were encountered: