- 15 10月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 27 9月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* move train_batch_size sync from load_config to merge_config
-
- 21 9月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* sync TrainReader.batch to global train_batch_size
-
- 09 7月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
* Add `matrix_nms` op * Make OP registration more robust
-
- 26 3月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* export config file in export_model.py * add custom label_list & dump_box * add infer_cfg.yml & doc * export label_list to inference config * update PaddleTensor to ZeroCopyTensor
-
- 06 2月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* exit1 in travis failed
-
- 19 12月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Polish Reader to simplify preprocessing logic. # sample_transforms-> make batch -> batch_transforms in Reader. * Clean some code * Imporve yolov3_r50vd_dcn_obj365_pretrained_coco 41.4 to 41.8. * Update all configs.
-
- 11 12月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
so that it does not choke on non conforming docstrings
-
- 30 10月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
to avoid cycle import when required packages are not installed
-
- 14 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* add multi-scale test
-
- 31 7月, 2019 1 次提交
-
-
由 walloollaw 提交于
-
- 16 7月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
* Clean up a bit * Add `__shared__` annotation for shared variables between modules * Dedup `num_classes` configurations * Document `__shared__` usage * Remove some unused variable * Improve docstring and add comments for `__shared__`
-
- 12 7月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
some of the global config values are reference type, e.g., objects, lists or dicts, if the created module instances modify those values (see FPN and spatial_scale), global config will reflect these changes, and instances of the same class created later will inherit the changed values
-
- 28 6月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Rename object_detection to PaddleDetection * Small fix for doc
-