- 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 4 次提交
-
-
由 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
-
由 Guanghua Yu 提交于
-
- 07 1月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 21 12月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 19 12月, 2020 1 次提交
-
-
由 qingqing01 提交于
* Rename dir name in modeling * Update changelog
-
- 18 12月, 2020 1 次提交
-
-
由 qingqing01 提交于
Merge dygraph branch into master branch. Co-authored-by: NFDInSky <48318485+FDInSky@users.noreply.github.com> Co-authored-by: Nsunxl1988 <47514455+sunxl1988@users.noreply.github.com> Co-authored-by: Nwangguanzhong <jerrywgz@126.com> Co-authored-by: Nwangxinxin08 <69842442+wangxinxin08@users.noreply.github.com> Co-authored-by: Nwanghuancoder <wanghuancoder@163.com> Co-authored-by: Ncnn <liuhui29@baidu.com> Co-authored-by: NGuanghua Yu <742925032@qq.com> Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com> Co-authored-by: Nroot <root@bjyz-sys-gpu-kongming0.bjyz.baidu.com>
-