- 03 Apr, 2018 32 commits
-
-
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
-
- 23 Mar, 2018 5 commits
-
-
Yukun Zhu authored
syntax error : download_and_convert_VOC2012.sh
-
Yukun Zhu authored
Add mobilenetv2 support in deeplab
-
Yukun Zhu authored
Fix DeprecationWarning
-
Yukun Zhu authored
Update comment on folder structure
-
Liang-Chieh Chen authored
-
- 22 Mar, 2018 3 commits