1. 20 10月, 2021 1 次提交
    • M
      [PaddlePaddle Hackathon] Task 66 (#4317) · 47fc188b
      Mark Ma 提交于
      * allow forwarding for multi scale inputs
      
      * fixed PadBatch not working with multi scale input
      
      * add faster_rcnn_r34_fpn_multiscaletest_1x_coco.yml
      
      * fixed multi scale input checking for batch transforms (PadBatch)
      
      * less scales and faster inference for multi scale test configuration file
      
      * fixed retrieving im_id from multi-scale inputs
      
      * add multi scale prediction boxes merging
      
      * allow multi scale testing for tools/infer.py (actually trainer.predict method)
      
      * add MultiscaleTestResize setting for TestReader
      
      * use BBoxPostProcess.nms parameter for multi scale prediction NMS of CascadeRCNN
      
      * add documentation for multi scale testing
      
      * raise exception if the network architecture is not supported in multi scale test mode
      
      * move documentation file
      
      * add test case for multi scale test
      
      * load pretrained weights from URL
      
      * add image files for testing. use relative path for input images
      
      * update documentation
      
      * use isinstance for sequence type checking. add empty checking for samples sequence
      47fc188b
  2. 23 9月, 2021 1 次提交
  3. 22 9月, 2021 1 次提交
  4. 31 8月, 2021 1 次提交
  5. 17 8月, 2021 1 次提交
  6. 12 8月, 2021 1 次提交
  7. 10 8月, 2021 1 次提交
  8. 03 8月, 2021 1 次提交
  9. 01 8月, 2021 1 次提交
  10. 27 7月, 2021 1 次提交
  11. 21 7月, 2021 1 次提交
  12. 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
  13. 14 7月, 2021 1 次提交
  14. 12 7月, 2021 1 次提交
  15. 08 7月, 2021 2 次提交
  16. 07 7月, 2021 2 次提交
  17. 29 6月, 2021 1 次提交
  18. 23 6月, 2021 2 次提交
  19. 21 6月, 2021 2 次提交
  20. 10 6月, 2021 3 次提交
  21. 09 6月, 2021 1 次提交
  22. 04 6月, 2021 1 次提交
  23. 03 6月, 2021 1 次提交
  24. 29 5月, 2021 1 次提交
  25. 24 5月, 2021 1 次提交
  26. 20 5月, 2021 2 次提交
  27. 18 5月, 2021 2 次提交
  28. 15 5月, 2021 1 次提交
    • F
      [MOT] add FairMOT (#2994) · 277bc13f
      FlyingQianMM 提交于
      * add fairmot
      
      * rename pretrain_weights
      
      * add comments; reuse focal loss and convnorm
      
      * update comments
      277bc13f
  29. 13 5月, 2021 1 次提交
  30. 12 5月, 2021 3 次提交
    • 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
    • C
      [dev] s2anet fix export and deploy (#2919) · 0947171b
      cnn 提交于
      * s2anet fix export and deploy
      
      * remove redundant code
      
      * fix cpp for s2anet deploy
      
      * fix bug of get_categories
      
      * rename poly_to_rbox to poly2rbox
      
      * add some comment for function
      0947171b
    • Z
      912833f2