- 28 6月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Rename object_detection to PaddleDetection * Small fix for doc
-
- 27 6月, 2019 3 次提交
-
-
由 qingqing01 提交于
* Add GC in train.py by defalut and change data co dataset in configs * Update docs/INSTALL.md * Enable build_strategy.enable_inplace = True
-
由 Yang Zhang 提交于
-
由 Yang Zhang 提交于
* Fix missing `absolute_import` * Fix cycle import * Fix missing export * Remove some extra blank line and whitespaces * Rename `create_feeds` -> `create_feed` * Fix minor issues in tool scripts * Add ipython notebook demo * Tweak visualization bbox label style
-
- 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.
-