- 06 8月, 2019 2 次提交
-
-
由 qingqing01 提交于
-
由 Yuan Gao 提交于
-
- 05 8月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* add deformable models * fix dcn v2 * fix log_iter
-
- 01 8月, 2019 2 次提交
-
-
由 Guanghua Yu 提交于
* fix cn docs
-
由 Kaipeng Deng 提交于
-
- 31 7月, 2019 5 次提交
-
-
由 walloollaw 提交于
-
由 Guanghua Yu 提交于
* fix easy problem
-
由 Guanghua Yu 提交于
* update GETTING_STARTED.md
-
由 Yang Zhang 提交于
-
由 walloollaw 提交于
-
- 30 7月, 2019 2 次提交
-
-
由 FDInSky 提交于
-
由 Yang Zhang 提交于
-
- 29 7月, 2019 5 次提交
-
-
由 wangguanzhong 提交于
-
由 wangguanzhong 提交于
Add PaddleDetection docs & some model configs
-
由 wangguanzhong 提交于
-
由 Kaipeng Deng 提交于
* add voc_eval and yolo_darknet_voc * add yolov3_darknet_voc in MODEL_ZOO * fix default im_size * fix MODEL_ZOO note * fix is_bbox_normalized * extract map to map_utils.py * update yolov3_dorknet_voc mixup * add yolov3_r34_voc * add yolov3_mobilenet_v1_voc * fix drop empty in VAL mode * use cfg.num_classes * assert metric valid * enable difficulty can be None * add comment for bbox_eval * num_classes in retinanet
-
由 qingqing01 提交于
* Fix ResizeImage and data transform for SSD * Fix code style
-
- 26 7月, 2019 2 次提交
-
-
由 Yang Zhang 提交于
option should not be overridden by subsequent options of the same module.
-
由 Yuan Gao 提交于
* add log iter argument * ppdet log time smooth * ppdet log eta
-
- 25 7月, 2019 6 次提交
-
-
由 Guanghua Yu 提交于
-
由 wangguanzhong 提交于
-
由 wangguanzhong 提交于
-
由 walloollaw 提交于
-
由 Kaipeng Deng 提交于
* fix infer doc and config default * refine dataset exists * fix None proc
-
由 wangguanzhong 提交于
-
- 23 7月, 2019 2 次提交
-
-
由 Guanghua Yu 提交于
-
由 Yuan Gao 提交于
* add rpn recall function and class-aware rpn
-
- 22 7月, 2019 2 次提交
-
-
由 wangguanzhong 提交于
-
由 wangguanzhong 提交于
-
- 19 7月, 2019 1 次提交
-
-
由 jerrywgz 提交于
* optimize error message when result is none
-
- 18 7月, 2019 2 次提交
-
-
由 jerrywgz 提交于
-
由 Kaipeng Deng 提交于
* fix save_inference_model cannot find feed vars * remove comment * fix format * add comment for pruned var * add log for prune
-
- 17 7月, 2019 2 次提交
-
-
由 Yang Zhang 提交于
-
由 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 1 次提交
-
-
由 Kaipeng Deng 提交于
-