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

Decouple DinoV2 for semantic segmentation #4136

Merged
merged 7 commits into from
Dec 4, 2024

revert perf test back

136c9d9
Select commit
Loading
Failed to load commit list.
Merged

Decouple DinoV2 for semantic segmentation #4136

revert perf test back
136c9d9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 3, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 373 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L372-L373

Added lines #L372 - L373 were not covered by tests

Check warning on line 379 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L377-L379

Added lines #L377 - L379 were not covered by tests

Check warning on line 449 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L433-L449

Added lines #L433 - L449 were not covered by tests

Check warning on line 453 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L451-L453

Added lines #L451 - L453 were not covered by tests

Check warning on line 457 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L456-L457

Added lines #L456 - L457 were not covered by tests

Check warning on line 463 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L462-L463

Added lines #L462 - L463 were not covered by tests

Check warning on line 478 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L475-L478

Added lines #L475 - L478 were not covered by tests

Check warning on line 481 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L480-L481

Added lines #L480 - L481 were not covered by tests

Check warning on line 484 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L483-L484

Added lines #L483 - L484 were not covered by tests

Check warning on line 493 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L493

Added line #L493 was not covered by tests

Check warning on line 505 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L505

Added line #L505 was not covered by tests

Check warning on line 516 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L507-L516

Added lines #L507 - L516 were not covered by tests

Check warning on line 545 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L538-L545

Added lines #L538 - L545 were not covered by tests

Check warning on line 551 in src/otx/algo/classification/backbones/vision_transformer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/classification/backbones/vision_transformer.py#L549-L551

Added lines #L549 - L551 were not covered by tests

Check warning on line 9 in src/otx/algo/segmentation/dino_v2_seg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/segmentation/dino_v2_seg.py#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 11 in src/otx/algo/segmentation/dino_v2_seg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/segmentation/dino_v2_seg.py#L11

Added line #L11 was not covered by tests

Check warning on line 13 in src/otx/algo/segmentation/dino_v2_seg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/segmentation/dino_v2_seg.py#L13

Added line #L13 was not covered by tests

Check warning on line 15 in src/otx/algo/segmentation/dino_v2_seg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/segmentation/dino_v2_seg.py#L15

Added line #L15 was not covered by tests

Check warning on line 32 in src/otx/algo/segmentation/dino_v2_seg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/segmentation/dino_v2_seg.py#L32

Added line #L32 was not covered by tests

Check warning on line 41 in src/otx/algo/segmentation/dino_v2_seg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/segmentation/dino_v2_seg.py#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 53 in src/otx/algo/segmentation/dino_v2_seg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/segmentation/dino_v2_seg.py#L49-L53

Added lines #L49 - L53 were not covered by tests

Check warning on line 59 in src/otx/algo/segmentation/dino_v2_seg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/segmentation/dino_v2_seg.py#L55-L59

Added lines #L55 - L59 were not covered by tests

Check warning on line 63 in src/otx/algo/segmentation/dino_v2_seg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/otx/algo/segmentation/dino_v2_seg.py#L62-L63

Added lines #L62 - L63 were not covered by tests