- 17 7月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* fix resnet for resnet34 * fix ResNet18 and ResNet34 * update modelzoo and fix configs * fix configs * fix resnet bn
-
- 16 7月, 2019 3 次提交
-
-
由 FDInSky 提交于
-
由 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__`
-
由 Kaipeng Deng 提交于
* add cn doc for INSTALL/GETTING_START * cn for GETTING_STARTED * fix doc
-
- 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
-
- 11 7月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* refine bbox_normalize in infer.py * add is_bbox_normalize * rename _forward to build * check callable
-
- 10 7月, 2019 3 次提交
-
-
由 Kaipeng Deng 提交于
-
由 Kaipeng Deng 提交于
-
由 jerrywgz 提交于
-
- 08 7月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 05 7月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* check gpu for ppdet/yolov3 * add random shape descp in MODEL_ZOO * refine doc * not use core
-
- 04 7月, 2019 4 次提交
-
-
由 Guanghua Yu 提交于
* Add faster_rcnn_x101_vd_64x4d_fpn_1x.yml * Release faster_rcnn_r101_vd_fpn_1x.tar, faster_rcnn_x101_vd_64x4d_fpn_1x.tar, mask_rcnn_r50_2x.tar
-
由 Kaipeng Deng 提交于
-
由 Kaipeng Deng 提交于
* add save_inference_model in infer.py * format code * add comment * add save_inference_model doc * refine doc
-
由 Kaipeng Deng 提交于
-
- 03 7月, 2019 3 次提交
-
-
由 SunAhong1993 提交于
-
由 SunAhong1993 提交于
-
由 qingqing01 提交于
* Fix some docs * Unify COCO and VOC * Change PASCAL to Pascal * Unify dataset/coco
-
- 02 7月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 01 7月, 2019 10 次提交
-
-
由 qingqing01 提交于
-
由 jerrywgz 提交于
* improve quality of images * update url for install doc
-
由 jerrywgz 提交于
-
由 jerrywgz 提交于
* refine README & use a better visualization for doc * fix typo in GETTING STARTED
-
由 Yang Zhang 提交于
-
由 qingqing01 提交于
* Update README.md and GETTING_STARTED.md for PaddleDetection.
-
由 jerrywgz 提交于
* fix model zoo doc
-
由 Kaipeng Deng 提交于
* update yolov3/ssd bbox AP * refine MODEL ZOO * fix AP * add size 416 320 * fix link * fix format * fix align
-
由 xiaoting 提交于
-
由 jerrywgz 提交于
-
- 29 6月, 2019 2 次提交
-
-
由 jerrywgz 提交于
-
由 qingqing01 提交于
-
- 28 6月, 2019 4 次提交
-
-
由 Kaipeng Deng 提交于
* update darknet53 pretrain link * update weights path
-
由 Kaipeng Deng 提交于
-
由 Kaipeng Deng 提交于
-
由 qingqing01 提交于
* Rename object_detection to PaddleDetection * Small fix for doc
-