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

Dinov2 Semantic Segmentation Notebook Fix #375

Open
HarrisDePerceptron opened this issue Feb 14, 2024 · 2 comments
Open

Dinov2 Semantic Segmentation Notebook Fix #375

HarrisDePerceptron opened this issue Feb 14, 2024 · 2 comments

Comments

@HarrisDePerceptron
Copy link

Broken dependencies for dinov2 segmentation

mmcv v2 and mmseg incompatiple with pytorch version on colab.
i have create a pull request for the notebook please look into it.

Pull request: #370
Notebook

similar issues: #277
@Celebio @syhw @nlutsenko @colesbury @pdollar

@tgolvano
Copy link

Function Changes
init_segmentor Renamed to init_model
inference_segmentor Rename to inference_model

@jenniferjtli
Copy link

There are much more changes inside the codes. Backbone+head relatively easier to modify, while maskformer much more difficult because of missing Registry names (e.g Transformer sequence layer). Data transforms also need to be changed. Results nearly a hot mess, far from the demo website.

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