-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(WIP) Improve gradio demo visualization (#24)
This PR changes the following demo visualization and interation - Replace click buttons by a slider to slice through 3d image - Cache all images in the start to speed up image scrolling - Add paragraph breaks to system messages display - Move the files under `monai_vila_2d` --------- Signed-off-by: Mingxin Zheng <[email protected]>
- Loading branch information
1 parent
96e0766
commit 3894031
Showing
10 changed files
with
109 additions
and
109 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
demo_monai_vila2d: | ||
cd thirdparty/VILA; \ | ||
./environment_setup.sh | ||
pip install -U nibabel python-dotenv deepspeed gradio monai[nibabel,pynrrd,skimage] | ||
pip install -U python-dotenv deepspeed gradio monai[nibabel,pynrrd,skimage] |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
199 changes: 100 additions & 99 deletions
199
demo/gradio_monai_vila2d.py → monai_vila2d/demo/gradio_monai_vila2d.py
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.