-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
integrate SAM (segment anything) encoder with Unet #757
base: main
Are you sure you want to change the base?
Commits on May 2, 2023
-
Rustem Galiullin committed
May 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 4beb571 - Browse repository at this point
Copy the full SHA 4beb571View commit details
Commits on May 3, 2023
-
refactor sam vit encoder to common format
Rustem Galiullin committedMay 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 3dc3235 - Browse repository at this point
Copy the full SHA 3dc3235View commit details -
Rustem Galiullin committed
May 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 85565ce - Browse repository at this point
Copy the full SHA 85565ceView commit details -
Rustem Galiullin committed
May 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 1143668 - Browse repository at this point
Copy the full SHA 1143668View commit details -
add sam to encoder and model docs
Rustem Galiullin committedMay 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 48033cb - Browse repository at this point
Copy the full SHA 48033cbView commit details -
remove sam encoders from test_models
Rustem Galiullin committedMay 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 1f1eaca - Browse repository at this point
Copy the full SHA 1f1eacaView commit details
Commits on May 4, 2023
-
Rustem Galiullin committed
May 4, 2023 Configuration menu - View commit details
-
Copy full SHA for f37c9b3 - Browse repository at this point
Copy the full SHA f37c9b3View commit details -
load pretrained sam state dict for a model
Rustem Galiullin committedMay 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 6b36927 - Browse repository at this point
Copy the full SHA 6b36927View commit details -
update readme with sam model and encoders
Rustem Galiullin committedMay 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 64a2516 - Browse repository at this point
Copy the full SHA 64a2516View commit details
Commits on May 8, 2023
-
use iou scaling to avoid errors with torch ddp
Rustem Galiullin committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 4d1144e - Browse repository at this point
Copy the full SHA 4d1144eView commit details
Commits on May 9, 2023
-
set unused sam modules to require grad False
Rustem Galiullin committedMay 9, 2023 Configuration menu - View commit details
-
Copy full SHA for c1a9319 - Browse repository at this point
Copy the full SHA c1a9319View commit details -
set unused sam modules to None
Rustem Galiullin committedMay 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 2ed775d - Browse repository at this point
Copy the full SHA 2ed775dView commit details -
remove prompt encoder from sam
Rustem Galiullin committedMay 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 9c93eb4 - Browse repository at this point
Copy the full SHA 9c93eb4View commit details -
Merge pull request #1 from Rusteam/sam-ddp
Make sam changes to enable DDP training
Configuration menu - View commit details
-
Copy full SHA for 9731e8f - Browse repository at this point
Copy the full SHA 9731e8fView commit details
Commits on May 18, 2023
-
Rustem Galiullin committed
May 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 500779e - Browse repository at this point
Copy the full SHA 500779eView commit details
Commits on May 19, 2023
-
integrate sam encoder to Unet model
Rustem Galiullin committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for b301d30 - Browse repository at this point
Copy the full SHA b301d30View commit details -
ensure sam encoder weights loading
Rustem Galiullin committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 12a0db6 - Browse repository at this point
Copy the full SHA 12a0db6View commit details -
update segment-anything package source in reqs
Rustem Galiullin committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for a049c88 - Browse repository at this point
Copy the full SHA a049c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8189e0 - Browse repository at this point
Copy the full SHA b8189e0View commit details
Commits on May 25, 2023
-
remove sam decoder as it's not stable yet
Rustem Galiullin committedMay 25, 2023 Configuration menu - View commit details
-
Copy full SHA for e6cfdc9 - Browse repository at this point
Copy the full SHA e6cfdc9View commit details
Commits on May 26, 2023
-
Rustem Galiullin committed
May 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 9b29124 - Browse repository at this point
Copy the full SHA 9b29124View commit details
Commits on May 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e968719 - Browse repository at this point
Copy the full SHA e968719View commit details
Commits on Jun 2, 2023
-
use vit_depth to control sam vit depth
Rustem Galiullin committedJun 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 5edc0ee - Browse repository at this point
Copy the full SHA 5edc0eeView commit details
Commits on Jun 5, 2023
-
Rustem Galiullin committed
Jun 5, 2023 Configuration menu - View commit details
-
Copy full SHA for e5c4bc4 - Browse repository at this point
Copy the full SHA e5c4bc4View commit details
Commits on Jun 12, 2023
-
implement skip connections for sam vit encoder
Rustem Galiullin committedJun 12, 2023 Configuration menu - View commit details
-
Copy full SHA for c5bc356 - Browse repository at this point
Copy the full SHA c5bc356View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1ac494 - Browse repository at this point
Copy the full SHA f1ac494View commit details