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

repvit-sam train self built datasets and an error #25

Open
rememberBr opened this issue Dec 14, 2023 · 2 comments
Open

repvit-sam train self built datasets and an error #25

rememberBr opened this issue Dec 14, 2023 · 2 comments

Comments

@rememberBr
Copy link

rememberBr commented Dec 14, 2023

I have two questions:

  1. Will repvit-sam provide a pipeline for training self built datasets? Make it only segment the categories we need, not anything else
  2. I used tim=0.9.12 and run: Python app\app.py, on the 117 line of timm\models_factory.py will throw an error: TypeError: revit() got an unexpected keyword argument 'pretrained'_ Cfg '
    timm\models_factory.py Line 117:
    Model=create_ Fn(
    Pretrained=pretrained,
    Pretrained_Cfg=pretrained_Cfg,
    Pretrained_Cfg_Overlay=pretrained_Cfg_Overlay,
    **Kwargs,

    if remove Pretrained_Cfg_Overlay and Pretrained_Cfg, I can successfully run it
@rememberBr rememberBr changed the title repvit-sam traini self built datasets and an error repvit-sam train self built datasets and an error Dec 14, 2023
@jameslahm
Copy link
Collaborator

jameslahm commented Dec 14, 2023

Thanks for your interest.

Will repvit-sam provide a pipeline for training self built datasets? Make it only segment the categories we need, not anything else

We will release the code for training self built datasets.

I used tim=0.9.12 and run: Python app\app.py, on the 117 line of timm\models_factory.py will throw an error: TypeError: revit() got an unexpected keyword argument 'pretrained'_ Cfg '

timm==0.5.4 should be fine.

@rememberBr
Copy link
Author

Looking forward to your work and hoping to see further updates as soon as possible

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

2 participants