- 16 10月, 2019 3 次提交
-
-
由 Jack Zhou 提交于
* Add C++ inference solution. * Correct the link.
-
由 wangguanzhong 提交于
-
由 Yang Zhang 提交于
* Error out if fp16 is enabled and affine channel is used * Add more documentation on mixed precision training
-
- 15 10月, 2019 2 次提交
-
-
由 Yang Zhang 提交于
-
由 wangguanzhong 提交于
-
- 14 10月, 2019 7 次提交
-
-
由 wangguanzhong 提交于
* add multi-scale test
-
由 FlyingQianMM 提交于
* add modes and documents for vehicle and pedestrian detection * remove needless output images * add class names * add Configure for training * fix table in READ.md * compress the images in the demo/output * change the score_threshold for vehicle inference * change Yolo v3 to YOLOv3
-
由 Bai Yifan 提交于
-
由 Yuan Gao 提交于
* add class aware sampling strategy * remove redundancy code
-
由 wangguanzhong 提交于
This reverts commit 04bfe0a8.
-
由 wangguanzhong 提交于
This reverts commit b591cc13.
-
- 13 10月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* refine assert info in roidb_source.py * refine image_dir assert
-
- 12 10月, 2019 8 次提交
-
-
由 whs 提交于
-
由 Liufang Sang 提交于
-
由 Guanghua Yu 提交于
* Add face detection configs and main code. * Integration multi-scale evaluation.
-
由 Kaipeng Deng 提交于
-
由 wangguanzhong 提交于
-
由 wangguanzhong 提交于
* unify reader to dataloader * add check_version
-
由 Liufang Sang 提交于
-
由 Bai Yifan 提交于
-
- 11 10月, 2019 4 次提交
-
-
由 Liufang Sang 提交于
-
由 wangguanzhong 提交于
-
由 Liufang Sang 提交于
-
由 wangguanzhong 提交于
-
- 09 10月, 2019 2 次提交
-
-
由 Liufang Sang 提交于
-
由 Yang Zhang 提交于
* Document mixed precision training flags * Clarify GPU is required for mixed precision training
-
- 08 10月, 2019 5 次提交
-
-
由 Yang Zhang 提交于
-
由 wangguanzhong 提交于
-
由 wangchaochaohu 提交于
* refine build strategy for the model optimize test=develop * fix according develop test=develop
-
由 wangguanzhong 提交于
-
由 wangguanzhong 提交于
-
- 03 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 30 9月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* add CropImageWithDataAnchorSampling * Refine bbox sampling code * Update comments * fix import and variable problem
-
- 29 9月, 2019 6 次提交
-
-
由 Guanghua Yu 提交于
* Add backbone and architecture for FaceBoxes and Blazeface. * Add dataloader for WIDERFace dataset.
-
由 qingqing01 提交于
Update ppdet/utils/checkpoint.py to skip the var shape check when the var is not initialized. (#3452)
-
由 Yang Zhang 提交于
-
由 Yang Zhang 提交于
-
由 Yang Zhang 提交于
* Place mixed precision inside PaddleDetection roll back to the monkey patch version as a temporary measure, before it is merged into paddle * Add command flag for `loss_scale` * Fix a stupid indentation error optimizer should be in the mixed precision context * Initial FP16 training * Add mixed precision training to rest of the detection models * Revert "Add support for mixed precision training (#3406)" This reverts commit 3a2c1062. * Bug fixes and some tweaks
-
由 Yang Zhang 提交于
-