-
Notifications
You must be signed in to change notification settings - Fork 0
hf space cpu fix & Enhance checkpoint validation and update OpenGL rendering options #8
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
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e8106fe
Handle PyTorch weights-only checkpoint validation
lexiyutou 08fd52f
add s3 inference ckpt
lexiyutou 71c1e2c
add egl and osmesa for renderer
lexiyutou 9249315
move to gpu device
lexiyutou c3a3e5f
update s3 inference ckpt
lexiyutou 60dcea8
update pyproject'
lexiyutou 9bee30d
fix comment for example checkpoint path in demo_tta.sh
xiu-cs 39bde99
fix example checkpoint path in demo.sh
xiu-cs 5a44971
update OpenGL platform preference to use EGL with surfaceless option
xiu-cs ffb58f4
update OpenGL platform preference to use EGL with surfaceless option
xiu-cs fd920ae
refactor: enhance progress reporting in animal detection and TTA process
xiu-cs 91b7910
refactor: update deployment script to sync only tracked files and enh…
xiu-cs b8ccb0d
refactor: improve reporting for animal detection process in _collect_…
xiu-cs d0e0839
Merge branch 'main' into ti_dev
lexiyutou b753959
Resolve ti_dev merge follow-ups
xiu-cs ca27a04
fix(deploy): remove Detectron2 from Space requirements for fallback t…
xiu-cs 4a52c35
fix(demo): update description to clarify fallback to full-image crop …
xiu-cs c40d922
fix(readme): update detector information and clarify fallback mechani…
xiu-cs e3bc151
feat(demo): add server name and port configuration for Gradio interface
xiu-cs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| libosmesa6 | ||
| libgl1 | ||
| libgl1-mesa-dri | ||
| libegl-mesa0 | ||
| libegl1 | ||
| libglx-mesa0 | ||
| libgles2 |
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.