-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Update - Image Classification #420
Open
st-nhanho
wants to merge
6
commits into
tensorflow:master
Choose a base branch
from
st-nhanho:update/image_classification
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update - Image Classification #420
st-nhanho
wants to merge
6
commits into
tensorflow:master
from
st-nhanho:update/image_classification
Conversation
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
st-nhanho
commented
Aug 15, 2022
- Update image classification with new API
khanhlvg
requested changes
Aug 18, 2022
@@ -1,5 +1,5 @@ | |||
argparse | |||
numpy>=1.20.0 # To ensure compatibility with OpenCV on Raspberry Pi. | |||
opencv-python~=4.5.3.56 | |||
tflite-support==0.4.0 | |||
tflite-support-nightly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to tflite-support>=0.4.2 and test if everything works fine. Do the same for other PRs.
khanhlvg
previously approved these changes
Aug 21, 2022
google-ml-butler
bot
added
kokoro:force-run
Tests on submitted change
ready to pull
and removed
ready to pull
labels
Aug 21, 2022
khanhlvg
approved these changes
Aug 21, 2022
copybara-service bot
pushed a commit
that referenced
this pull request
Aug 27, 2022
Please approve this CL. It will be submitted automatically, and its GitHub pull request will be marked as merged. Imported from GitHub PR #420 - [x] Update image classification with new API Copybara import of the project: - b853f5c Update requirements using tflite-support-nightly by hDn248 <nhan.ho@supremetech.vn> - 69080d1 Update image classification with new API by hDn248 <nhan.ho@supremetech.vn> - 8f00070 Minor change by hDn248 <nhan.ho@supremetech.vn> - a95b6a6 Using tflite-support by hDn248 <nhan.ho@supremetech.vn> - a9f1f78 Minor change by hDn248 <nhan.ho@supremetech.vn> - a4b38f7 Update requirements.txt by Khanh <khanhlvg@users.noreply.github.com> - a1848ca Merge a4b38f7 into e67a7... by Nhan Ho D <77369648+st-nhanho@users.noreply.github.com> PiperOrigin-RevId: 470390345
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
awaiting review
kokoro:force-run
Tests on submitted change
ready to pull
size:XS
CL Change Size: Extra Small
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.