- 18 12月, 2018 1 次提交
- 
- 
由 sneaxiy 提交于test=develop 
 
- 
- 12 12月, 2018 1 次提交
- 
- 
由 Yu Yang 提交于test=develop 
 
- 
- 26 10月, 2018 1 次提交
- 
- 
由 jerrywgz 提交于
 
- 
- 21 10月, 2018 1 次提交
- 
- 
由 Dang Qingqing 提交于test=develop 
 
- 
- 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
 
- 
- 27 9月, 2018 1 次提交
- 
- 
由 qingqing01 提交于* Add CUDA implementation for generate_proposals_op. * Clean code. * Update code. 
 
- 
- 14 9月, 2018 1 次提交
- 
- 
由 Xingyuan Bu 提交于* Enhence generate_proposal_labels_op * Fix bug in generate_proposals_op * Refine rpn_target_assign_op. * by Bu Xingyuan, Wang Guanzhong and Dang Qingqing 
 
- 
- 04 9月, 2018 1 次提交
- 
- 
由 qingqing01 提交于* Fix bug in generate_proposals_op. * Fix data type for RoIs. * Refine and fix rpn_target_assign_op. * Add the missing file bbox_util.h * Rename BoxEncoder to BoxToDelta 
 
- 
- 31 8月, 2018 1 次提交
- 
- 
由 dzhwinter 提交于* remove template operator * "fix compile" * "fix ci" * "fix ci" 
 
- 
- 29 8月, 2018 1 次提交
- 
- 
由 Xingyuan Bu 提交于* Add proposals generation operator for Faster-RCNN. 
 
- 
