forked from kubeflow/common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add semitransparency model into removebg (kubeflow#106)
* 1.initial submit of adding semitransparency into removebg pipeline * merged new semitransparency model into removebg, local tested thro rabbitmq, all test passed * 1.remove testing the new model in test_carinterior_semitransparency 2.modified test_car_semitransparency for api * 1.modified some changes that i made when testing locally but forgot to change back. mainly in removebg.demo and remove.py * changed removebg resize related code, before when testing locally, it has issue with DA lib, so need to squeeze it before resizing. now testing tro building the whole pipeline pass * 1.modified server code and related test files on adding a new flag for the new semitransparency model. 2. updated semitransparency-core lib version * remove the squeeze and unsqueeze code which is needed to test locally. change the version requirement for semitransparency-core * putting model into eval and half when initializing instead of in semitransparency func * upgraded semitransparency-core lib to remove google cloud related and updated the requirement * pillow requirement removed from requirementdeploy * update semitransparencycore lib version to 0.9.1 * update semitransparency-core-lib to the newest version 0.9.3 Co-authored-by: Alexander Graf <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jerome <[email protected]>
- Loading branch information
1 parent
51406cb
commit f373b1c
Showing
15 changed files
with
162 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ pika>=1.0.0,<2.0.0 | |
msgpack<1.0.0 | ||
pandas<1.4.0 | ||
nibabel<2.5.0,>=2.4.0 | ||
semitransparency-core>=0.9.3,<1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.