- 29 1月, 2019 1 次提交
-
-
由 dengkaipeng 提交于
-
- 28 1月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 25 1月, 2019 2 次提交
- 24 1月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 23 1月, 2019 2 次提交
-
-
由 jerrywgz 提交于
-
由 qingqing01 提交于
* Add generate_mask_labels_op to support Mask-RCNN. * Refine sigmoid_cross_entropy to support nomalize mode. * Fix generator_proposals_label. * Use DeviceTemporaryAllocator in roi_pool and roi_algin. * Remove shape check in data_feeder.
-
- 22 1月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 21 1月, 2019 3 次提交
- 18 1月, 2019 3 次提交
- 17 1月, 2019 2 次提交
- 29 12月, 2018 1 次提交
-
-
由 peizhilin 提交于
-
- 24 12月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 18 12月, 2018 1 次提交
-
-
由 sneaxiy 提交于
test=develop
-
- 14 12月, 2018 1 次提交
-
-
由 peizhilin 提交于
test=develop
-
- 12 12月, 2018 1 次提交
-
-
由 Yu Yang 提交于
test=develop
-
- 29 11月, 2018 1 次提交
-
-
由 luotao1 提交于
test=develop
-
- 23 11月, 2018 1 次提交
-
-
由 qingqing01 提交于
* CUDA kernel for density_prior_box_op. * Support flatten to 2D.
-
- 19 11月, 2018 1 次提交
-
-
由 qingqing01 提交于
* Modify some infer-shape in compile-time.
-
- 16 11月, 2018 1 次提交
-
-
由 Wu Yi 提交于
* wip simplify operator framework * wip * wip * done test=develop * clean test=develop * fix test=develop * fix deps test=develop * fix cpu build test=develop * fix tensorrt build test=develop * fix tests test=develop * fix test=develop * fix cpu build test=develop
-
- 13 11月, 2018 1 次提交
-
-
由 ruri 提交于
Density prior box operator for image detection model.
-
- 08 11月, 2018 1 次提交
-
-
由 Zhaolong Xing 提交于
-
- 05 11月, 2018 1 次提交
-
-
由 peizhilin 提交于
-
- 30 10月, 2018 1 次提交
-
-
由 dzhwinter 提交于
-
- 26 10月, 2018 1 次提交
-
-
由 jerrywgz 提交于
-
- 25 10月, 2018 1 次提交
-
-
由 buxingyuan 提交于
test=develop
-
- 23 10月, 2018 3 次提交
- 21 10月, 2018 1 次提交
-
-
由 Dang Qingqing 提交于
test=develop
-
- 19 10月, 2018 2 次提交
-
-
由 Dang Qingqing 提交于
test=develop
-
由 Yipeng 提交于
* add detect and end2end code * update the scale for coodinates restore * fix merge bug with dev. * fix merge bug with dev. * test=develop * fix code style test=develop * fix code style test=develop * test=develop * test=develop * test=develop
-
- 18 10月, 2018 1 次提交
-
-
由 buxingyuan 提交于
-
- 02 10月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 28 9月, 2018 1 次提交
-
-
由 Yu Yang 提交于
Polish styles in generate_proposals_op. 1. inline lambda functions rathar than use std::function to save var. 2. add `static inline` to template functions .cc * Make them static to prevent generating symbols. * Make them inline to give compiler a hit inline them as possible. * Not if the function is not static, they cannot be inlined since the symbols should be exported. 3. add `static` to global functions in .cc * Make them static to prevent generating symbols. 4. Use Vector<uint64> instead manually manange storage between devices. 5. Prefer to use platform::ForRange, so we can optimize `ForRange` by just changing `for_range.h` if it is needed. 6. Do not change shape of inputs test=develop
-