- 03 Apr, 2018 37 commits
-
-
Luke Metz authored
-
Zhichao Lu authored
PiperOrigin-RevId: 191377056
-
Zhichao Lu authored
PiperOrigin-RevId: 191369912
-
Zhichao Lu authored
PiperOrigin-RevId: 191358138
-
Zhichao Lu authored
PiperOrigin-RevId: 191342074
-
Zhichao Lu authored
- Fix externally broken test input_test.py - Add Cython to object detection REQUIRED_PACKAGES PiperOrigin-RevId: 191338837
-
Zhichao Lu authored
PiperOrigin-RevId: 191248237
-
Zhichao Lu authored
PiperOrigin-RevId: 191112757
-
Zhichao Lu authored
PiperOrigin-RevId: 191014662
-
Zhichao Lu authored
PiperOrigin-RevId: 190996725
-
Zhichao Lu authored
PiperOrigin-RevId: 190972737
-
Zhichao Lu authored
Updating model to infer when labels are padded, rather than relying solely on the mode. This is necessary for evaluating on train data. PiperOrigin-RevId: 190960173
-
Zhichao Lu authored
Use keyword arguments in model builder for ssd feature extractor. This was incorreclty setting reuse argument. PiperOrigin-RevId: 190940462
-
Zhichao Lu authored
PiperOrigin-RevId: 190790653
-
Zhichao Lu authored
Removing flag defaults for train steps and eval steps. If not provided, will revert to the values specified in the config. PiperOrigin-RevId: 190706470
-
Zhichao Lu authored
PiperOrigin-RevId: 190705850
-
Zhichao Lu authored
PiperOrigin-RevId: 190688309
-
Zhichao Lu authored
PiperOrigin-RevId: 190682119
-
Zhichao Lu authored
Add warning if shuffle=false but num_readers > 1. The latter would cause the input data stream to still be shuffled. PiperOrigin-RevId: 190678792
-
Zhichao Lu authored
PiperOrigin-RevId: 190651873
-
Zhichao Lu authored
PiperOrigin-RevId: 190636417
-
Zhichao Lu authored
Cython is must installed package for building cocoapi. else the build will not initiate. PiperOrigin-RevId: 190553060
-
Zhichao Lu authored
Tfmini requires positive values for the dimensions. Therefore, we need to test for no paddings in both width and height direction. PiperOrigin-RevId: 190520529
-
Zhichao Lu authored
PiperOrigin-RevId: 190505306
-
Zhichao Lu authored
Switch line orders in trainer so that restore_map is called after moving average variables are created. Moving averages are now properly loaded during fine-tuning, instead of being recreated. PiperOrigin-RevId: 190496046
-
Zhichao Lu authored
PiperOrigin-RevId: 190292280
-
Zhichao Lu authored
PiperOrigin-RevId: 190115628
-
Zhichao Lu authored
PiperOrigin-RevId: 190098000
-
Zhichao Lu authored
The C API improves static shape inference, making more errors caught at graph construction time instead of runtime. PiperOrigin-RevId: 190095450
-
Zhichao Lu authored
PiperOrigin-RevId: 190068159
-
Zhichao Lu authored
PiperOrigin-RevId: 190002150
-
Zhichao Lu authored
PiperOrigin-RevId: 189997094
-
Zhichao Lu authored
PiperOrigin-RevId: 189933390
-
Zhichao Lu authored
PiperOrigin-RevId: 189929413
-
Zhichao Lu authored
PiperOrigin-RevId: 189815553
-
Zhichao Lu authored
Updating transform_input_data to resize original image. This is necessary 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
-
Zhichao Lu authored
Enabling both train and eval image summaries. Note that eval summaries are not created tf-learn environment. To get them to show up, added the summary image into the eval_metric_ops. PiperOrigin-RevId: 189658259
-
- 02 Apr, 2018 1 commit
-
-
Karmel Allison authored
-
- 30 Mar, 2018 1 commit
-
-
Karmel Allison authored
* Adding scripts for TensorRT * Fixing README link * Responding to CR
-
- 28 Mar, 2018 1 commit
-
-
Mark Sandler authored
* PiperOrigin-RevId: 189857068 * PiperOrigin-RevId: 190089200 * Merge pull request #3702 from cclauss/from-six.moves-import-xrange-yet-again from six.moves import xrange (en masse) YET AGAIN PiperOrigin-RevId: 190255581 * I Fixes bunch of model tests that were using python2 functions. II Updates mobilenet code: 1) Mobilenet usage example 2) Links to all checkpoints and updated README 3) Performance graphs PiperOrigin-RevId: 190300379 * PiperOrigin-RevId: 190306214 * Updates notebook to reflect canonical repository location and fixes few variable names.
-