- 20 1月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* ttfnet infer * fix ttfnet deploy * clean code * add comment, fix config * add comment, update modelzoo * fix norm resize, update modelzoo
-
- 13 1月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* fcos infer * fcos training * fix stgraph fcosloss * fcos doc * fix dy_fcos * add comment * train eval deploy fcos * remove fcos config, add comment * fix iter_tic Co-authored-by: Nnemonameless <nemonameless@qq.com> Co-authored-by: Ngeorgenemo <nifeng@pku.edu.cn>
-
- 11 1月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
* ppdet installable
-
- 18 12月, 2020 1 次提交
-
-
由 qingqing01 提交于
Merge dygraph branch into master branch. Co-authored-by: NFDInSky <48318485+FDInSky@users.noreply.github.com> Co-authored-by: Nsunxl1988 <47514455+sunxl1988@users.noreply.github.com> Co-authored-by: Nwangguanzhong <jerrywgz@126.com> Co-authored-by: Nwangxinxin08 <69842442+wangxinxin08@users.noreply.github.com> Co-authored-by: Nwanghuancoder <wanghuancoder@163.com> Co-authored-by: Ncnn <liuhui29@baidu.com> Co-authored-by: NGuanghua Yu <742925032@qq.com> Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com> Co-authored-by: Nroot <root@bjyz-sys-gpu-kongming0.bjyz.baidu.com>
-
- 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
-
- 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.
-
- 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
-