Skip to content

Commit

Permalink
Removed interactive test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-coccimiglio committed Apr 21, 2024
1 parent fe810bc commit 8a990fc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 214 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sun Apr 14 00:59:58 2024
@author: ian
"""

from .mobilesamv2 import sam_model_registry, SamPredictor
from typing import Any, Generator, List
Expand Down
130 changes: 0 additions & 130 deletions src/napari_segment_everything/minimal_detection/minimal_model.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -715,4 +715,4 @@ def tiny_vit_21m_512(pretrained=False, num_classes=1000, drop_path_rate=0.1):
num_heads=[3, 6, 12, 18],
window_sizes=[16, 16, 32, 16],
drop_path_rate=drop_path_rate,
)
)
78 changes: 0 additions & 78 deletions src/napari_segment_everything/minimal_detection/visualizers.py

This file was deleted.

0 comments on commit 8a990fc

Please sign in to comment.