-
Notifications
You must be signed in to change notification settings - Fork 3k
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 2.1 #8610
base: develop
Are you sure you want to change the base?
Integrate SAM 2.1 #8610
Commits on Jul 31, 2024
-
Introduce Segment Anything 2.0 for GPU only.
Segment Anything 2.0 require to compile a .cu file with nvcc at build time. Hence, a cuda devel baseImage is required to build the nuclio container.
Configuration menu - View commit details
-
Copy full SHA for e2b9624 - Browse repository at this point
Copy the full SHA e2b9624View commit details -
Configuration menu - View commit details
-
Copy full SHA for d482fd9 - Browse repository at this point
Copy the full SHA d482fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cff678 - Browse repository at this point
Copy the full SHA 8cff678View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac89a2f - Browse repository at this point
Copy the full SHA ac89a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ce34f - Browse repository at this point
Copy the full SHA a2ce34fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32a9b22 - Browse repository at this point
Copy the full SHA 32a9b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf650ab - Browse repository at this point
Copy the full SHA bf650abView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 643081f - Browse repository at this point
Copy the full SHA 643081fView commit details -
fix: use newest installation mewthod from facebook. (configs files ar…
…e not embedded into installation package)
Configuration menu - View commit details
-
Copy full SHA for 6dd2eb7 - Browse repository at this point
Copy the full SHA 6dd2eb7View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 288bdcf - Browse repository at this point
Copy the full SHA 288bdcfView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 158dbba - Browse repository at this point
Copy the full SHA 158dbbaView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 618ffbf - Browse repository at this point
Copy the full SHA 618ffbfView commit details
Commits on Oct 25, 2024
-
Merge branch 'jeanchristopheruel/sam2' into feature/sam2
Yousif Hashisho committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 2f4979f - Browse repository at this point
Copy the full SHA 2f4979fView commit details -
WIP: pass env CLIENT_PLUGINS to cvat_ui args in docker-compose.dev.ym…
…l as required in Dockerfile.ui for extra plugins, adjust function.yaml and function-gpu.yaml to accommodate SAM2.1 and frontend plugin, add index.tsx and inference.worker.ts, update main.py and model_handler.py accordingly
Yousif Hashisho committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for bfcc5e2 - Browse repository at this point
Copy the full SHA bfcc5e2View commit details -
WIP: start working on frontend errors, backend should be okay
Yousif Hashisho committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for ffe6f50 - Browse repository at this point
Copy the full SHA ffe6f50View commit details
Commits on Oct 27, 2024
-
WIP: rework backend to include high_res_feats_0 and high_res_feats_1 …
…since not included in self.predictor.get_image_embedding() and needed in decoder and a new encoder class is added in image_encoder.py
Yousif Hashisho committedOct 27, 2024 Configuration menu - View commit details
-
Copy full SHA for f562adc - Browse repository at this point
Copy the full SHA f562adcView commit details
Commits on Oct 29, 2024
-
add new inputs (high_res_feat0, high_res_feat1) and do corresponding …
…changes in index.tsx, and accommodate those inputs in inference.worker.ts and add sam2.1_hiera_large.decoder where postprocessing steps are added to undergo minimal changes in sam2 plugin
Yousif Hashisho committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 92d20ac - Browse repository at this point
Copy the full SHA 92d20acView commit details -
Yousif Hashisho committed
Oct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for d5a9766 - Browse repository at this point
Copy the full SHA d5a9766View commit details -
Yousif Hashisho committed
Oct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for f232eac - Browse repository at this point
Copy the full SHA f232eacView commit details -
Yousif Hashisho committed
Oct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for bae57fb - Browse repository at this point
Copy the full SHA bae57fbView commit details -
Yousif Hashisho committed
Oct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 1f506aa - Browse repository at this point
Copy the full SHA 1f506aaView commit details -
Yousif Hashisho committed
Oct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for d027a6a - Browse repository at this point
Copy the full SHA d027a6aView commit details -
fix pip install in function-gpu.yaml
Yousif Hashisho committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 0a8d038 - Browse repository at this point
Copy the full SHA 0a8d038View commit details