1. 20 7月, 2021 1 次提交
    • G
      [MOT] Fix mot video decode (#3681) · 0c2b74f9
      George Ni 提交于
      * mot video decode to images
      
      * add infer_dir for mot
      
      * fix export and unite pose infer
      
      * remove task in mot source
      
      * set image_dir
      
      * update doc
      0c2b74f9
  2. 08 7月, 2021 1 次提交
  3. 10 6月, 2021 1 次提交
  4. 19 5月, 2021 1 次提交
  5. 17 5月, 2021 1 次提交
  6. 14 5月, 2021 1 次提交
  7. 12 5月, 2021 1 次提交
    • G
      [MOT] JDE: others (#2788) · 0b1b74ad
      George Ni 提交于
      * add config for jde and deepsort, add engine metric tools
      
      * add mot_metrics
      
      * fix configs engine and others
      
      * fix configs others
      
      * move configs
      
      * fix ap_per_class, fix doc
      
      * fix test_mode, seqs
      
      * fix test_mode to metric
      
      * fix JDE arch metric
      
      * clean requirement
      
      * add to requirement
      0b1b74ad
  8. 11 5月, 2021 2 次提交
  9. 06 5月, 2021 1 次提交
  10. 26 4月, 2021 1 次提交
  11. 21 4月, 2021 1 次提交
  12. 20 4月, 2021 1 次提交
  13. 07 4月, 2021 1 次提交
  14. 27 3月, 2021 1 次提交
  15. 22 3月, 2021 1 次提交
  16. 16 3月, 2021 1 次提交
  17. 15 3月, 2021 1 次提交
  18. 03 2月, 2021 1 次提交
  19. 27 1月, 2021 1 次提交
  20. 18 12月, 2020 1 次提交
  21. 26 5月, 2020 1 次提交
  22. 20 5月, 2020 1 次提交
  23. 30 4月, 2020 1 次提交
  24. 14 4月, 2020 1 次提交
    • B
      add Python inference deployment solution (#460) · da4bd759
      Bin Long 提交于
      * [cherry-pick] Fix v0.2 docs (#258)
      
      * fix save checkpoint in quantization (#257)
      
      * fix save checkpoint in quantization
      * fix details
      
      * Fix softlink (#256)
      Co-authored-by: NLiufang Sang <slf12thuss@163.com>
      
      * [cherry-pick] add prune benchmark (#262)
      
      * add prune model latency (#260) & fix run command for windows (#261)
      
      * Cherry-pick update reader config (#269)
      
      * Force `cudnn` backend for depthwise convs when fp16 is enabled (#271)
      
      * fix weights path (#274)
      
      * cherry-pick refine fruit config (#289)
      
      * cherry-pick polish doc (#287)
      
      * cherry-pick fix oidv5 link (#296)
      
      cherry-pick fix oidv5 link
      
      * [cherry-pick] polish slim model zoo (#313)
      
      * polish slim README
      
      * refine pedestrian_yolov3_darknet.yml and vehicle_yolov3_darknet.yml in contrib (#324)
      
      * fix yolo configs (#332)
      
      * cherry pick polish doc (#329)
      
      * refine config (#336)
      
      * [cherry pick] refine sensitive link (#334)
      
      * refine sensitive link
      
      * add YOLOv3Loss.batch_size comments (#348)
      
      * add deploy with python
      
      * update README
      
      * support TRT and Executor
      
      * update cpp_infer for paddle latest
      
      * support fixed shape of model
      
      * polish code
      
      * supoort trt
      
      * support TRT&Executor
      
      * deploy/python : fix coding style problems
      
      * update requirements.txt
      
      * update deploy/python docs
      Co-authored-by: NGuanghua Yu <742925032@qq.com>
      Co-authored-by: NLiufang Sang <slf12thuss@163.com>
      Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com>
      Co-authored-by: Nwangguanzhong <jerrywgz@126.com>
      Co-authored-by: NYang Zhang <yangzhang@live.com>
      Co-authored-by: littletomatodonkey's avatarlittletomatodonkey <dazhiningsibuqu@163.com>
      Co-authored-by: NFlyingQianMM <245467267@qq.com>
      Co-authored-by: NChanningss <chen_lingchi@163.com>
      da4bd759
  25. 08 4月, 2020 1 次提交
  26. 03 1月, 2020 1 次提交
  27. 19 12月, 2019 1 次提交
    • Q
      Polish reader to simplify preprocessing logic. (#112) · 8192c758
      qingqing01 提交于
      * Polish Reader to simplify preprocessing logic.
      #  sample_transforms-> make batch -> batch_transforms in Reader.
      * Clean some code
      * Imporve yolov3_r50vd_dcn_obj365_pretrained_coco 41.4 to 41.8.
      * Update all configs.
      8192c758
  28. 10 12月, 2019 1 次提交
  29. 09 9月, 2019 1 次提交
    • D
      In PaddleDetection, making use of tb-paddle to record data, so as to display... · f4edc029
      David Lin 提交于
      In PaddleDetection,  making use of tb-paddle to record data, so as to display in TensorBoard.  (#3295)
      
      * use tb_paddle to log data
      including:
      
      * loss
      * mAP
      * image
      
      * modified:   requirements.txt
      * modify the missing argument --use_tb
      * modify GETTING_STARTED.md and docs/GETTING_STARTED_cn.md
      
      add the argument of tb-paddle in docs.
      * optimize the display name of image displaying.
      f4edc029
  30. 28 6月, 2019 1 次提交