1. 23 Feb, 2021 1 commit
    • xiliu8006's avatar
      [Enhance] Move train_cfg test_cfg to model (#307) · a481f5a8
      xiliu8006 authored
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg/test_cfg to model
      
      * Move train_cfg and test_cfg into model
      
      * modify centerpoint configs
      
      * Modify docs
      
      * modify build_detector
      
      * modify test_config_build_detector
      
      * modify build_detector parameters
      
      * Adopt the same strategy in build_detector
      a481f5a8
  2. 10 Feb, 2021 1 commit
    • xiliu8006's avatar
      [Enhance]Unittest reconstruction (#303) · 7f9b186e
      xiliu8006 authored
      * Adjust the directory structure of tests
      
      * Adopted the new directory via _get_config_directory
      
      * Adopted the new directory via _get_config_directory
      
      * Adopted the new directory via _get_config_directory
      
      * modified the wrong code comments
      7f9b186e
  3. 11 Sep, 2020 1 commit
    • Yuefeng Wu's avatar
      [Fix]: fix multi-batch test problem (#95) · e4857216
      Yuefeng Wu authored
      * update bbox_results to support multi-batches test and fix ci problem in test_part_aggregation_ROI_head
      
      * compress test samples in test_parta2_roi_head
      
      * compress test samples
      
      * fix multi-batch bug
      
      * fix multi-batch bug
      
      * fix multi-batch bug
      
      * fix mvxnet test
      
      * fix mvxnet test
      
      * multi batch test
      
      * multi batch test
      
      * multi batch test
      e4857216
  4. 23 Jul, 2020 1 commit
    • yinchimaoliang's avatar
      Add apis unittest (#20) · 5a414570
      yinchimaoliang authored
      * Finish test_inference
      
      * Finish test_single_gpu_test
      
      * inference supports cpu mode
      
      * Change inference.py
      
      * Add comments
      5a414570