-
Notifications
You must be signed in to change notification settings - Fork 45.5k
Internal changes for object detection #3846
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
Merged
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
…s are not created tf-learn environment. To get them to show up, added the summary image into the eval_metric_ops. PiperOrigin-RevId: 189658259
…sary for result_dict_for_single_example(), since it expects the input image and groundtruth masks to be of the same spatial dimensions. PiperOrigin-RevId: 189786443
…rks appropriately. PiperOrigin-RevId: 189815553
PiperOrigin-RevId: 189929413
PiperOrigin-RevId: 189933390
PiperOrigin-RevId: 189997094
PiperOrigin-RevId: 190002150
PiperOrigin-RevId: 190068159
The C API improves static shape inference, making more errors caught at graph construction time instead of runtime. PiperOrigin-RevId: 190095450
PiperOrigin-RevId: 190098000
PiperOrigin-RevId: 190115628
PiperOrigin-RevId: 190292280
…ing average variables are created. Moving averages are now properly loaded during fine-tuning, instead of being recreated. PiperOrigin-RevId: 190496046
PiperOrigin-RevId: 190505306
…d to test for no paddings in both width and height direction. PiperOrigin-RevId: 190520529
Cython is must installed package for building cocoapi. else the build will not initiate. PiperOrigin-RevId: 190553060
PiperOrigin-RevId: 190636417
PiperOrigin-RevId: 190651873
…use the input data stream to still be shuffled. PiperOrigin-RevId: 190678792
…rams. PiperOrigin-RevId: 190682119
… extractors. PiperOrigin-RevId: 190688309
PiperOrigin-RevId: 190705850
…d, will revert to the values specified in the config. PiperOrigin-RevId: 190706470
PiperOrigin-RevId: 190790653
…s was incorreclty setting reuse argument. PiperOrigin-RevId: 190940462
…olely on the mode. This is necessary for evaluating on train data. PiperOrigin-RevId: 190960173
PiperOrigin-RevId: 190972737
PiperOrigin-RevId: 190996725
PiperOrigin-RevId: 191014662
PiperOrigin-RevId: 191112757
PiperOrigin-RevId: 191248237
- Fix externally broken test input_test.py - Add Cython to object detection REQUIRED_PACKAGES PiperOrigin-RevId: 191338837
PiperOrigin-RevId: 191342074
PiperOrigin-RevId: 191358138
PiperOrigin-RevId: 191369912
PiperOrigin-RevId: 191377056
derekjchow
approved these changes
Apr 3, 2018
jch1
approved these changes
Apr 3, 2018
Test this |
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.
No description provided.