- 26 6月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
* Tweak command line scripts enable fine grained control of command flags parsing switch to attribute style of accessing config options * Break down visualization function decouple it from IO operations * Move flag parsing out of `main()` * Fix a bug where `None` is returned instead of `{}` * Rename `save_xxx` to `output_xxx` in command line flags could be confusing since checkpoint is stored in `save_dir` * Support image file extensions in upper case
-
- 24 6月, 2019 4 次提交
-
-
由 Yang Zhang 提交于
-
由 xiaoting 提交于
* Fix type for faster_rcnn_50_2x. * Make sure that type of cpu_num is int.
-
由 qingqing01 提交于
* Fix dtype for Yolov3. * Clean unit testing. * Add eval() for COCO-based algo.
-
由 qingqing01 提交于
* Unified object detection framework based on PaddlePaddle. * Include algo: Faster, Mask, FPN, Cascade, RetinaNet, Yolo v3, SSD.
-