- 27 Feb, 2019 2 commits
-
-
aquariusjay authored
Open-source FEELVOS model, which was developed by Paul Voigtlaender during his 2018 summer internship at Google. The work has been accepted to CVPR 2019. (#6274)
-
Adrian Boguszewski authored
* Fixed incorrect tensor * Replaced xrange with range for python3 compatibility
-
- 24 Feb, 2019 1 commit
-
-
huihui-personal authored
* \nRefactor deeplab to use MonitoredTrainingSession\n PiperOrigin-RevId: 234237190 * Update export_model.py * Update nas_cell.py * Update nas_network.py * Update train.py * Update deeplab_demo.ipynb * Update nas_cell.py
-
- 21 Feb, 2019 2 commits
-
-
chardch authored
This import from google3.third_party doesn't work.
-
Chris Tessum authored
This file was inadvertantly renamed in #6071.
-
- 11 Feb, 2019 1 commit
-
-
Chris Tessum authored
As discussed here: https://github.com/tensorflow/tensorflow/issues/11312, this change allows this script to work in Python 3.
-
- 10 Feb, 2019 1 commit
-
-
Zack Hsiao authored
-
- 06 Feb, 2019 1 commit
-
-
Niru Maheswaranathan authored
-
- 19 Jan, 2019 1 commit
-
-
MyungsungKwak authored
This file was re-located below the tensorflow/lite/g3doc/convert Signed-off-by:MyungSung Kwak <yesmung@gmail.com>
-
- 17 Jan, 2019 1 commit
-
-
pkulzc authored
228203246 by Sergio Guadarrama: Add a write text graphdef option. -- 226110161 by Sergio Guadarrama: Add license to i3d/s3dg and tests. -- 226074013 by Sergio Guadarrama: Network definitions for I3D and S3D-G. -- 224394404 by Sergio Guadarrama: Add video model option for exported inference graphs. -- 224220779 by Sergio Guadarrama: Internal change 223589268 by Sergio Guadarrama: Internal change PiperOrigin-RevId: 228203246
-
- 16 Jan, 2019 1 commit
-
-
zora tung authored
-
- 15 Jan, 2019 1 commit
-
-
Nicolas Papernot authored
-
- 14 Jan, 2019 1 commit
-
-
Gonzalo Gasca Meza authored
Changes in Tensorflow contrib: https://github.com/tensorflow/tensorflow/commit/304faf0444260912b6996d39227417c09561c37e Causes tensortt.py to fail. ``` AttributeError: 'module' object has no attribute 'get_signature_def_by_key' ``` Replace `tf.contrib.saved_model.get_signature_def_by_key` with `meta_graph_def.signature_def`
-
- 11 Jan, 2019 3 commits
- 04 Jan, 2019 2 commits
-
-
Nicolas Papernot authored
-
Karanbir Chahal authored
Fixes the variable name for the tf proto example function.
-
- 02 Jan, 2019 1 commit
-
-
DefineFC authored
-
- 18 Dec, 2018 1 commit
-
-
pkulzc authored
-
- 05 Dec, 2018 1 commit
-
-
ofirnachum authored
-
- 04 Dec, 2018 2 commits
-
-
Christopher Shallue authored
-
Christopher Shallue authored
-
- 03 Dec, 2018 1 commit
-
-
Menglong Zhu authored
PiperOrigin-RevId: 223839440
-
- 30 Nov, 2018 6 commits
-
-
Zhichao Lu authored
223075771 by lzc: Bring in external fixes. -- 222919755 by ronnyvotel: Bug fix in faster r-cnn model builder. Was previously using `inplace_batchnorm_update` for `reuse_weights`. -- 222885680 by Zhichao Lu: Use the result_dict_for_batched_example in models_lib Also fixes the visualization size on when eval is on GPU -- 222883648 by Zhichao Lu: Fix _unmatched_class_label for the _add_background_class == False case in ssd_meta_arch.py. -- 222836663 by Zhichao Lu: Adding support for visualizing grayscale images. Without this change, the images are black-red instead of grayscale. -- 222501978 by Zhichao Lu: Fix a bug that caused convert_to_grayscale flag not to be respected. -- 222432846 by richardmunoz: Fix mapping of groundtruth_confidences from shape [num_boxes] to [num_boxes, num_classes] when the input contains the groundtruth_confidences field. -- 221725755 by richardmunoz: Internal change. -- 221458... -
Sergio Guadarrama authored
223150784 by Sergio Guadarrama: Allow using batch norm scale parameters for Inception models. -- 221391590 by Sergio Guadarrama: Add support for group normalization in the object detection API. Just adding MobileNet-v1 SSD currently. This may serve as a road map for other models that wish to support group normalization as an option. -- 221342582 by Sergio Guadarrama: Internal change 220817084 by Sergio Guadarrama: Internal change 216005108 by Sergio Guadarrama: Introduce hparam `use_bounded_activation` for NASNet. The hparam decides whether to use 1. bounded activation 2. clip_by_value for the add operands and bounded activation after add operator. 3. bounded activation before 'none' and 'pooling' branch The restriction on the tensor value range makes it compatible with quantized inference. -- PiperOrigin-RevId: 223150784 -
Chris Shallue authored
PiperOrigin-RevId: 223442581
-
Chris Shallue authored
PiperOrigin-RevId: 223437592
-
Chris Shallue authored
Also fix a few lint errors in unit tests. PiperOrigin-RevId: 223434695
-
Chris Shallue authored
PiperOrigin-RevId: 223433850
-
- 27 Nov, 2018 1 commit
-
-
cclauss authored
-
- 26 Nov, 2018 3 commits
-
-
Menglong Zhu authored
* Add a second expected_loss_weights function using an alternative expectation calculation compared to previous. Integrate this op into ssd_meta_arch and losses builder. Affects files that use losses_builder.build to handle the returning of an additional element. PiperOrigin-RevId: 219190083 * Fix dependency issues. PiperOrigin-RevId: 222888231 * Update CODEOWNERS Add @masonliuw and @yinxiaoli to /research/lstm_object_detection/
-
Menglong Zhu authored
PiperOrigin-RevId: 222888231
-
Menglong Zhu authored
Add a second expected_loss_weights function using an alternative expectation calculation compared to previous. Integrate this op into ssd_meta_arch and losses builder. Affects files that use losses_builder.build to handle the returning of an additional element. PiperOrigin-RevId: 219190083
-
- 21 Nov, 2018 1 commit
-
-
Vyas Adhikari authored
Updated to 1.9 for consistency with running_pets.md
-
- 20 Nov, 2018 1 commit
-
-
Vyas Adhikari authored
Another error appears when an incompatible version of Tensorboard is installed. Need to ensure Tensorboard is 1.9 as well
-
- 19 Nov, 2018 4 commits
-
-
Anelia Angelova authored
-
Vyas Adhikari authored
Updated doc as well line 211.
-
Adrian Boguszewski authored
-
Vyas Adhikari authored
Line 219 runtime version updated to 1.9, causes error otherwise
-