- 13 Apr, 2018 19 commits
-
-
Zhichao Lu authored
PiperOrigin-RevId: 192529600
-
Zhichao Lu authored
PiperOrigin-RevId: 192512429
-
Zhichao Lu authored
PiperOrigin-RevId: 192494267
-
Zhichao Lu authored
PiperOrigin-RevId: 192485456
-
Zhichao Lu authored
PiperOrigin-RevId: 192472546
-
Zhichao Lu authored
PiperOrigin-RevId: 192421843
-
Zhichao Lu authored
Returning eval_on_train_input_fn from create_estimator_and_inputs(), rather than using train_input_fn in EVAL mode (which will still have data augmentation). PiperOrigin-RevId: 192320460
-
Zhichao Lu authored
PiperOrigin-RevId: 192226678
-
Zhichao Lu authored
PiperOrigin-RevId: 192195514
-
Zhichao Lu authored
PiperOrigin-RevId: 192166224
-
Zhichao Lu authored
PiperOrigin-RevId: 192147130
-
Zhichao Lu authored
PiperOrigin-RevId: 192132440
-
Zhichao Lu authored
PiperOrigin-RevId: 192006190
-
Zhichao Lu authored
Migrating away from Experiment class, as it is now deprecated. Also, refactoring into a separate model library and binaries. PiperOrigin-RevId: 192004845
-
Zhichao Lu authored
PiperOrigin-RevId: 191957195
-
Zhichao Lu authored
Add an option to skip the last striding in mobilenet. The modified network has nominal output stride 16 instead of 32. PiperOrigin-RevId: 191932855
-
Zhichao Lu authored
Add option to override base feature extractor hyperparams in SSD models. This would allow us to use the same set of hyperparams for the complete feature extractor (base + new layers) if desired. PiperOrigin-RevId: 191787921
-
Zhichao Lu authored
Adding an attribute to SSD model to indicate which fields in prediction dictionary have a batch dimension. This will be useful for future video models. PiperOrigin-RevId: 191743097
-
Zhichao Lu authored
PiperOrigin-RevId: 191668425
-
- 09 Apr, 2018 1 commit
-
-
yinchunfeng authored
duplicate eval metric: change the fourth metric from ## Weighted PASCAL VOC detection metric to ## Weighted PASCAL VOC instance segmentation metric .
-
- 04 Apr, 2018 1 commit
-
-
Zhichao Lu authored
191649512 by Zhichao Lu: Introduce two parameters in ssd.proto - freeze_batchnorm, inplace_batchnorm_update - and set up slim arg_scopes in ssd_meta_arch.py such that applies it to all batchnorm ops in the predict() method. This centralizes the control of freezing and doing inplace batchnorm updates. -- 191620303 by Zhichao Lu: Modifications to the preprocessor to support multiclass scores -- 191610773 by Zhichao Lu: Adding multiclass_scores to InputDataFields and adding padding for multiclass_scores. -- 191595011 by Zhichao Lu: Contains implementation of the detection metric for the Open Images Challenge. -- 191449408 by Zhichao Lu: Change hyperparams_builder to return a callable so the users can inherit values from outer arg_scopes. This allows us to easily set batch_norm parameters like "is_training" and "inplace_batchnorm_update" for all feature extractors from the base class and propagate it correctly to the nested scopes. -- 191437008 by Zhichao Lu: Contains implementation of the Recall@N and MedianRank@N metrics. -- 191385254 by Zhichao Lu: Add config rewrite flag to eval.py -- 191382500 by Zhichao Lu: Fix bug for config_util. -- PiperOrigin-RevId: 191649512
-
- 03 Apr, 2018 19 commits
-
-
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
-