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

Full training example with custom dataset #958

Open
unrue opened this issue Dec 7, 2023 · 2 comments
Open

Full training example with custom dataset #958

unrue opened this issue Dec 7, 2023 · 2 comments

Comments

@unrue
Copy link

unrue commented Dec 7, 2023

Do you have a owl-vit full training example with custom dataset from scratch? I don't understand what to do from the manual:


`python -m scenic.projects.owl_vit.main \
  --alsologtostderr=true \
  --workdir=/tmp/training \
  --config=scenic/projects/owl_vit/configs/clip_b32_finetune.py`

I have a dataset with 30k images. I need description of each images instead a simple label? I need to make some kind of conversion? I need to train a CLIP model before? Someone could explain all step to make a training on custom dataset? Thanks.

@unrue unrue closed this as completed Dec 7, 2023
@unrue unrue reopened this Dec 7, 2023
@WKaiH123
Copy link

WKaiH123 commented Jan 8, 2024

@unrue I have the same confusion. Do you know the process of building a custom dataset and fine-tuning it? My task is the fine-tuning of object detection. Do I need to provide the target text and target coordinates for each image? Thanks!

@mayank0621
Copy link

Hi I have same issue. Did you get any solution for training on custom dataset?

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

3 participants