forked from tensorflow/models
-
Notifications
You must be signed in to change notification settings - Fork 7
test #2
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
vishnubanna
merged 51 commits into
PurdueDualityLab:detection_generator_pr
from
tensorflow:master
Jun 15, 2021
Merged
test #2
vishnubanna
merged 51 commits into
PurdueDualityLab:detection_generator_pr
from
tensorflow:master
Jun 15, 2021
Conversation
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
PiperOrigin-RevId: 376094072
PiperOrigin-RevId: 376239468
PiperOrigin-RevId: 376280713
PiperOrigin-RevId: 376298243
PiperOrigin-RevId: 376298252
PiperOrigin-RevId: 376892317
PiperOrigin-RevId: 376928064
PiperOrigin-RevId: 376960380
PiperOrigin-RevId: 377088653
PiperOrigin-RevId: 377096964
…iLevelRoIAlign' PiperOrigin-RevId: 377103499
PiperOrigin-RevId: 377104676
PiperOrigin-RevId: 377131555
PiperOrigin-RevId: 377187393
…gions. PiperOrigin-RevId: 377208217
PiperOrigin-RevId: 377216027
…timation` CenterNet proto messages. PiperOrigin-RevId: 377280733
PiperOrigin-RevId: 377340715
PiperOrigin-RevId: 377381104
Add a new code owner for ranking
PiperOrigin-RevId: 377422408
PiperOrigin-RevId: 377424053
PiperOrigin-RevId: 377425143
PiperOrigin-RevId: 377511299
PiperOrigin-RevId: 377562613
PiperOrigin-RevId: 377605316
PiperOrigin-RevId: 377801393
PiperOrigin-RevId: 377803367
PiperOrigin-RevId: 377944468
PiperOrigin-RevId: 377957521
PiperOrigin-RevId: 378154667
…ance bbox region for the keypoint heatmap if the instance's keypoint visibility is 0. PiperOrigin-RevId: 378183175
PiperOrigin-RevId: 378190887
The original Colab by malcolmslaney didn't work with the current VGGish/tensorflow. Changed the link to an updated version.
… the model compatible with TFLite Task Library. PiperOrigin-RevId: 378313314
PiperOrigin-RevId: 378339245
* Fix attention application in DELG * Adding DELG unit tests * Formatting for review * Formatting for review * Formatting for review
PiperOrigin-RevId: 378423112
378492389 by Andre Araujo:
Internal change
--
369671840 by Andre Araujo:
Cleanup after recent PRs in DELF github repo.
--
360692342 by Andre Araujo:
Replace direct TF app import with absl::app.
(1) TF::app is deprecated
(2) direct TF import is discouraged. go/gpylint-faq#g-direct-tensorflow-import
--
359157762 by Andre Araujo:
Internal change
--
PiperOrigin-RevId: 378492389
Co-authored-by: Andre Araujo <andrearaujo@google.com>
PiperOrigin-RevId: 378751789
PiperOrigin-RevId: 378853085
PiperOrigin-RevId: 378869744
PiperOrigin-RevId: 378899878
PiperOrigin-RevId: 378911698
PiperOrigin-RevId: 378923791
PiperOrigin-RevId: 378977617
PiperOrigin-RevId: 379108917
PiperOrigin-RevId: 379338309
1. Make api_template always use third_party/py/keras (or keras PIP package in OSS). 2. API tests are updated to ignore tensorflow/python/keras end points. 3. All Keras-related code will be removed in a follow up change. Keras-specific APIs are tracked in google3/third_party/py/keras/api/golden/ 4. There are a few APIs (optimizer/initializer) that are exposed as both tf and keras APIs. Their pbtxt are updated to reflect the latest class path change. Once this change is submitted, the current code in tensorflow/python/keras will become a stale copy, and will be removed soon. No more changes should be made to tensorflow/python/keras. PiperOrigin-RevId: 379353790
-- 63719f0 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by: vishnubanna <banna3vishnu@gmail.com> Co-authored-by: Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 725b8c8 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: disclaimer (#10020) Co-authored-by: Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 404d24b by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Linting (#10027) * YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by: vishnubanna <banna3vishnu@gmail.com> Co-authored-by: Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> * disclaimer * Fix some PyLint errors Co-authored-by: vishnubanna <banna3vishnu@gmail.com> Co-authored-by: Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> COPYBARA_INTEGRATE_REVIEW=#10021 from tensorflow:purdue-yolo 404d24b PiperOrigin-RevId: 379372162
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Type of change
For a new feature or function, please create an issue first to discuss it
with us before submitting a pull request.
Note: Please delete options that are not relevant.
Tests
Test Configuration:
Checklist