Skip to content
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

Tfhub object detection improvements #50

Merged
merged 37 commits into from
Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
9f206df
Fix Colab's incompatibility w/ Pillow version
cfascina Dec 2, 2022
60682f5
Add %%capture to predict notebook
cfascina Dec 2, 2022
2eb2751
Implements os.path.basename() instead of slicing
cfascina Dec 2, 2022
88c0383
Removes auth key
cfascina Dec 2, 2022
86f5fe7
Adding os.path.basename()
cfascina Dec 5, 2022
e76f902
Improvements at base64 version
cfascina Dec 5, 2022
87fb250
Pillow version update at pip installations
cfascina Dec 5, 2022
d119076
Parallel processing improvements
cfascina Dec 14, 2022
cd3697f
Parallel processing improvements
cfascina Dec 14, 2022
38c45e8
Removes Verta's host from os environment
cfascina Dec 22, 2022
9be625a
Changes get_or_create_endpoint() to get_endpoint() on predict notebooks
cfascina Dec 22, 2022
c3e8c34
Removes Verta's host from os environment
cfascina Dec 22, 2022
eb70169
Removes debug=True parameter in Client()
cfascina Dec 22, 2022
2ae0635
Download images with wget to work at Colab
cfascina Dec 23, 2022
3ab791a
Remove zip() from executor.map() and adjust results DataFrame
cfascina Dec 23, 2022
15df682
Merges deploy/predict base64 notebooks
cfascina Dec 23, 2022
83e7005
Merges deploy/predict url notebooks and adjusts folder structure
cfascina Dec 23, 2022
0a0eee9
Update Colab's badges
cfascina Dec 23, 2022
fdb072f
Remove json dependency
cfascina Jan 2, 2023
a931b97
Cleaner code for results in dataframe
cfascina Jan 2, 2023
6c46a5d
Removes in-class print message
cfascina Jan 2, 2023
ecf5b5d
Changes at ModelAPI args
cfascina Jan 2, 2023
8e86a0d
Cleanup in Model class and ModelAPI code
cfascina Jan 2, 2023
8f7e5dd
Cleaner code for results in dataframe
cfascina Jan 2, 2023
e048490
Implements wget instead of urllib.request
cfascina Jan 2, 2023
534d7b2
Colab's tested NB
cfascina Jan 2, 2023
393c870
Colab's tested NB
cfascina Jan 2, 2023
cbe1260
Fix model playground.
cfascina Jan 2, 2023
66cc22e
Removes unnecessary methods param
cfascina Jan 3, 2023
8c642fd
Cleans code to get images urls
cfascina Jan 3, 2023
8625657
Changes at model describe()
cfascina Jan 3, 2023
19b1e50
Merge branch 'tfhub-object-detection-improvements' of https://github.…
cfascina Jan 3, 2023
222887e
Saves image after PIL operations
cfascina Jan 3, 2023
73a06c6
Changes predict() to accept lists
cfascina Jan 3, 2023
adb10b5
Model input as dict
cfascina Jan 5, 2023
1e08412
Fix example() dict key
cfascina Jan 5, 2023
89e1005
Remove unnecessary nesting at model predictions
cfascina Jan 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
627 changes: 627 additions & 0 deletions deployment/tfhub/object-detection-base64.ipynb

Large diffs are not rendered by default.

643 changes: 643 additions & 0 deletions deployment/tfhub/object-detection-url.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion deployment/tfhub/object-detection/base64/.gitignore

This file was deleted.

This file was deleted.

Loading