- 21 2月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 20 2月, 2021 2 次提交
-
-
由 Guanghua Yu 提交于
-
由 cnn 提交于
* use scripts to build on windows flatform, test=dygraph * Use new preproces OPs in deploy/infer.py, test=dygraph * fix bug of image_shape can not set 2-dims, test=dygraph * fix cpp build, test=dygraph * set param target_size must be [h, w] in Resize function, test=dygraph * fix bug, test=dygraph * fix ssd output format (bbox: [N, 6], bbox_num: bbox_num), test=dygraph * fix ssd prediction in cpp mode, test=dygraph
-
- 19 2月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* add gn head fpn, test=dygraph * add gn for cascade * update gn readme, test=dygraph
-
- 15 2月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* from_config hrnet, test=dygraph * update hrnet modelzoo, test=dygraph
-
- 13 2月, 2021 1 次提交
-
-
由 Feng Ni 提交于
-
- 11 2月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 10 2月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 09 2月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
* update cascade, test=dygraph * clean code, test=dygraph * add cascade_rcnn, test=dygraph * update according to reviews, test=dygraph * support dy2static, test=dygraph
-
- 08 2月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* fix bbox_num 0 after nms, test=dygraph * add copyright, test=dygraph
-
- 07 2月, 2021 1 次提交
-
-
由 Feng Ni 提交于
-
- 06 2月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 05 2月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
* fix RCNN dygraph to static
-
- 04 2月, 2021 1 次提交
-
-
由 wangxinxin08 提交于
* fix problem due to empty bbox_pred and modify ppyolo docs, test=dygraph * modify post process to avoid dy2st problem
-
- 01 2月, 2021 1 次提交
-
-
由 wangxinxin08 提交于
* add ppyolo r18vd mbv3, yolov3 r50vd * modify TestReader of ppyolo mbv3 r18vd * add clip to avoid nan, modify ema to apply ema on bn mean and bn var * fix code resulting in nan * add yolov3 r50vd dcn configs * finish yolo_series and fix some problems * hide --bias flag and modify docs * modify --bias and fix deploy/python/infer
-
- 30 1月, 2021 2 次提交
-
-
由 Kaipeng Deng 提交于
-
由 wangguanzhong 提交于
-
- 29 1月, 2021 3 次提交
- 28 1月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
* fit for YOLOvd/PPYOLO/SSD
-
- 25 1月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
* refactor rcnn, test=dygraph * add mask_rcnn, test=dygraph * add Faster RCNN & Faster FPN, test=dygraph * update according to the review, test=dygraph
-
- 22 1月, 2021 3 次提交
-
-
由 Guanghua Yu 提交于
-
由 Kaipeng Deng 提交于
* fix reader exit error * fix commet
-
由 wangxinxin08 提交于
-
- 20 1月, 2021 2 次提交
-
-
由 Feng Ni 提交于
* ttfnet infer * fix ttfnet deploy * clean code * add comment, fix config * add comment, update modelzoo * fix norm resize, update modelzoo
-
由 wangxinxin08 提交于
* add ppyolo in dygraph * fix bugs * modify configs * polish docs, modify ema and add configs * modify link of model * fix bugs in ema * modify code according to review * modify minicoco configs
-
- 19 1月, 2021 2 次提交
-
-
由 Feng Ni 提交于
* fix dy fcos deploy * fix dy fcos deploy, dtype float
-
由 Guanghua Yu 提交于
-
- 18 1月, 2021 4 次提交
-
-
由 Guanghua Yu 提交于
-
由 Guanghua Yu 提交于
-
由 Feng Ni 提交于
* fix ssd ssdlite scheduler, add cosdecay * fix mbv1v3 BatchNorm mean variance * update ssd mbv1 voc modelzoo * fix ssd mbv1 warmup, update modelzoo * fix cosdecay
-
由 Feng Ni 提交于
* add configs and modelzoo * remove trainreader of batchsize 2 * add vd r34 x101 * fix typo * add vd r34 x101 * add resnet dcn, clean code * fix x101 width in py2 * add faster mask rcnn dcn configs and modelzoo * fix dcn modelzoo * clean dcn configs code
-
- 15 1月, 2021 2 次提交
-
-
由 Feng Ni 提交于
* add fcos dcn mstrain doc and config * add dcn on resnet and head * clean code
-
由 wangguanzhong 提交于
* add hrnet, test=develop * add comment, test=dygraph * move config file to hrnet, test=dygraph * add 2x model * add hrnet README * update latest config structure, test=dygraph
-
- 14 1月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 13 1月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* fcos infer * fcos training * fix stgraph fcosloss * fcos doc * fix dy_fcos * add comment * train eval deploy fcos * remove fcos config, add comment * fix iter_tic Co-authored-by: Nnemonameless <nemonameless@qq.com> Co-authored-by: Ngeorgenemo <nifeng@pku.edu.cn>
-
- 11 1月, 2021 3 次提交
-
-
由 Guanghua Yu 提交于
* add solov2 dygraph model, test=dygraph
-
由 Feng Ni 提交于
* add mbv1v3-yolov3 * add ssd mbv1v3 voc * yolov3 mbv1v3 voc * training log fix * yolov3 voc fix * yolov3 mbv1v3 training and eval, ssd fix * add syncbn * mbv1v3 clean code * mbv1v3 clean codes * remove ssd mbv1v3 * update modelzoo doc * remove others * fix ssd reader and prior_box * ssd mbv1 config * fix anchor steps and reader op * ssdlite mbv1v3 infer and train * update yolov3 config and modelzoo * update yolov3_mbv3 modelzoo * pre commit update * update modelzoo * fix mbv3 in yolov3 * fix precommit Co-authored-by: Nnemonameless <nemonameless@qq.com>
-
由 Kaipeng Deng 提交于
* ppdet installable
-