- 28 6月, 2019 14 次提交
-
-
由 qingqing01 提交于
* Rename object_detection to PaddleDetection * Small fix for doc
-
由 Yang Zhang 提交于
* Revise README.md * Revise `GETTING_STARTED.md` * Revise `INSTALL.md` * Add `CONFIG.md` * Fix RetinaNet backbones in README * Fix cascade backbones in README * Fix capitalization * Replace demo images and update visualize funcall * Revise `DATA.md` * Fix link to `DATA.md` * Fix capitalization
-
由 qingqing01 提交于
-
由 Kaipeng Deng 提交于
* refine bbox visualize * use different color for different categories * change color range
-
由 Kaipeng Deng 提交于
-
由 lvmengsi 提交于
* fix gan readme
-
由 chengduo 提交于
* add multi process implementation for yolov3
-
由 Yang Zhang 提交于
-
由 wangchaochaohu 提交于
* rcnn config * code migration for mutiple process
-
由 Yang Zhang 提交于
* Clean up config files - reorder: batch_size -> data_set -> sample_transforms -> batch_transforms -> worker -> other - unify bool values, lower case true/false - remove `null` values - remove `shuffle` settings, covered by default values * Update ResNet50 pretrained weight url * Remove `use_padded_im_info` settings, covered by default value
-
由 lvmengsi 提交于
-
由 lvmengsi 提交于
-
由 lvmengsi 提交于
* Update README.md
-
由 Kaipeng Deng 提交于
* fix x0,y0 out of bound * clip x1/y1
-
- 27 6月, 2019 16 次提交
-
-
由 Yang Zhang 提交于
-
由 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
-
由 FlyingQianMM 提交于
* test=develop add retinanet_r101 and delete needless configures in data feeder * test=develop add retinanet_r101 and delete needless configures in data feeder
-
由 lvmengsi 提交于
* fix infer and conflict attribute
-
由 Yang Zhang 提交于
-
由 Kaipeng Deng 提交于
-
由 wangchaochaohu 提交于
-
由 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
-
由 Kaipeng Deng 提交于
* download 3 VOC dataset * clean code * fix name map * refine log * refine dataset exists check * add merge_and_create_list * remove create_list * clean code * refine TODO * not generate label list * refine comment * remove useless import
-
由 SunGaofeng 提交于
* fix test and infer for ctcn * add instruction to dataset/ctcn/readme
-
由 Kaipeng Deng 提交于
* add VOC visualize * fixn ssd_mobilenet_v1_voc.yml * use default label * clean TestFeed dataset config * fix voc default label * fix format * fix as review * revert voc default * use defult label for all * enable batch size != 1
-
由 Guanghua Yu 提交于
-
由 Kaipeng Deng 提交于
* Support download VOC dataset.
-
由 SunAhong1993 提交于
-
由 SunAhong1993 提交于
* modify the crop operator * modify the judgment * modify the judgment v2 * modify the data_feed.py * modify the readme and add labelme2coco code * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README_cn.md * Update README_cn.md * Update README_cn.md * Update README_cn.md * Update README_cn.md * Update README_cn.md * Update README.md * Update README_cn.md * Update README.md * Update README_cn.md * Update labelme2coco.py * Update labelme2coco.py * Update labelme2coco.py * Update data_feed.py
-
由 cuicheng01 提交于
* Including Fluid and Fluid-TensorRT inference time.
-
- 26 6月, 2019 5 次提交
-
-
由 jerrywgz 提交于
-
由 qingqing01 提交于
* Add README.md and GETTING_STARTED.md
-
由 Kaipeng Deng 提交于
* Add INSTALL.md.
-
由 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
-
由 Yang Zhang 提交于
* Fix `norm_decay` in config files should be float value now * Clean up a bit mostly max line length related
-
- 25 6月, 2019 5 次提交
-
-
由 cuicheng01 提交于
-
由 Guanghua Yu 提交于
* Fix ResNet18 and ResNet34 config.
-
由 Kaipeng Deng 提交于
* refine infer with args * remove samples * fix as review * refine code * refine args * move get_test_images to infer.py * add visualize log * fix images = [] * fix args * refine infer.py * fix yolov3_r34.yml
-
由 AIFollowers 提交于
* test=develop fix no random bug
-
由 lvmengsi 提交于
* fix infer and readme
-