- 05 6月, 2020 2 次提交
-
-
由 whs 提交于
-
由 FlyingQianMM 提交于
* rewrite the sigmoid_focal_loss code example. test=develop * fix spelling mistake in comments of code example.test=develop
-
- 14 5月, 2020 1 次提交
-
-
由 swtkiwi 提交于
-
- 13 5月, 2020 2 次提交
-
-
由 qingqing01 提交于
test=develop
-
由 wangguanzhong 提交于
* add scale_x_y for yolo_box, test=develop * refine eps in iou_similarity, test=develop
-
- 28 4月, 2020 1 次提交
-
-
由 FDInSky 提交于
* test=develop fix generate_proposals
-
- 14 4月, 2020 3 次提交
-
-
由 wangguanzhong 提交于
* enhance the error message of box_coder, test=develop * enhance error message in box_decoder_and_assign * enhance error message of collect_fpn_proposals * enhance errror message of distribute_fpn_proposals * enhance error message of multiclass_nms, test=develop
-
由 Bai Yifan 提交于
* enhance error message, test=develop
-
由 FlyingQianMM 提交于
fix sample code diff for OP(retinanet_detection_output, retinanet_target_assign), fix `gamma` default value for OP(sigmoid_focal_loss) (#23744) * fix sample code diff for OP(retinanet_detection_output, retinanet_target_assign), fix default value for OP(sigmoid_focal_loss). test=develop * fix float value. test=develop * add int type for gamma and alpha.test=develop
-
- 13 4月, 2020 1 次提交
-
-
由 xiaoting 提交于
* polish error message, test=develop
-
- 12 4月, 2020 2 次提交
-
-
由 zhongpu 提交于
* fix if logic in dygraph, test=develop * fix bug, test=develop
-
由 LielinJiang 提交于
* enhance error msg. test=develop * print invalid argment * update comment, test=develop * fix enforce not meet specification * fix enforce not meet specification, test=develop
-
- 11 4月, 2020 2 次提交
-
-
由 FlyingQianMM 提交于
OP(retinanet_detection_output, retinanet_target_assign, sigmoid_focal_loss, deformable_roi_pooling) error message enhancement. test=develop (#23726)
-
由 FDInSky 提交于
* test=develop modify some op for dyg rcnn
-
- 10 4月, 2020 1 次提交
-
-
由 Zhen Wang 提交于
* solve the conflict of ops with the same name. test=develop
-
- 09 4月, 2020 2 次提交
-
-
由 wangguanzhong 提交于
-
由 Kaipeng Deng 提交于
-
- 05 4月, 2020 1 次提交
-
- 04 4月, 2020 1 次提交
-
-
由 Zhen Wang 提交于
* solve the conflict of ops with the same name. test=develop
-
- 27 2月, 2020 1 次提交
-
-
由 FlyingQianMM 提交于
-
- 23 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 13 2月, 2020 1 次提交
-
-
由 FDInSky 提交于
* test=develop fix doc of detection's img_info param
-
- 24 12月, 2019 1 次提交
-
-
由 FDInSky 提交于
Update iou_similarity op to support non-normalized bbox
-
- 16 12月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* yolo_box OP add Attr(clip_bbox). test=develop
-
- 03 12月, 2019 2 次提交
- 15 11月, 2019 1 次提交
-
-
由 ruri 提交于
-
- 12 11月, 2019 1 次提交
-
-
由 Tao Luo 提交于
* Split some APIs from nn.py to loss.py test=develop * fix test_detection unit-test test=develop
-
- 08 11月, 2019 1 次提交
-
-
由 LielinJiang 提交于
-
- 18 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 11 10月, 2019 3 次提交
-
-
由 ruri 提交于
* refine 13 en doc
-
由 qingqing01 提交于
* Polish En doc for some APIs * Update some comments and API.spec
-
由 Guanghua Yu 提交于
Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map (#20405) * Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map
-
- 10 10月, 2019 4 次提交
-
-
由 SunGaofeng 提交于
* modify document of 11 APIs test=develop test=document_fix * fix dtype to data type and description of name parameter
-
由 FlyingQianMM 提交于
Fix english doc api, invloves the op of retinanet_target_assign, sigmoid_focal_loss and retinanet_detection_output. (#20250) * test=document_fix test=develop Fix english doc api, invloves the op of retinanet_target_assign, sigmoid_focal_loss and retinanet_detection_output. * test=document_fix test=develop remove Notice: this OP supports CPU mode only in english doc api of retinanet_target_assign and retinanet_detection_output * test=document_fix test=develop fix API Difference for retinanet_target_assign and retinanet_detection_output * fix API.spec conflicts in english doc api of retinanet_target_assign, sigmoid_focal_loss, retinanet_detection_output test=develop test=document_fix * fix API.spec conflicts in english doc api of retinanet_target_assign, sigmoid_focal_loss, retinanet_detection_output test=develop test=document_fix
-
由 xiaoting 提交于
* polish en api,test=develop,test=document_fix * modified api.spec, test=develop,test=document_fix * modified ops for arc,test=develop,test=document_fix * update for 1.6, test=develop,test=document_fix * update API.spec * Update API.spec test=develop,test=document_fix * Update API.spec test=develop,test=document_fix
-
由 LielinJiang 提交于
* refine Normal Uniform documnet
-
- 09 10月, 2019 3 次提交
-
-
由 wangguanzhong 提交于
-
由 whs 提交于
-
由 Bai Yifan 提交于
* fix fluid.data code example, test=develop, test=document_preview, test=document_fix * use None instead of -1 in shape, test=develop, test=document_preview, test=document_fix
-