1. 01 9月, 2020 3 次提交
  2. 30 8月, 2020 1 次提交
    • D
      添加传参 · a20970b1
      David Lin 提交于
      在 298 行调用 get_images_from_dir 时,文件后缀忘传了,导致infer脚本只能推理 jpg或jpeg 格式的图片
      a20970b1
  3. 17 8月, 2020 8 次提交
  4. 03 8月, 2020 1 次提交
  5. 23 7月, 2020 1 次提交
  6. 15 7月, 2020 1 次提交
  7. 18 6月, 2020 1 次提交
  8. 05 6月, 2020 2 次提交
  9. 02 6月, 2020 1 次提交
  10. 28 5月, 2020 7 次提交
  11. 27 5月, 2020 2 次提交
  12. 26 5月, 2020 5 次提交
  13. 24 5月, 2020 1 次提交
  14. 22 5月, 2020 3 次提交
    • Z
      Update README.md · e0a9f0c0
      Zeyu Chen 提交于
      e0a9f0c0
    • W
      Unifiy copyright format (#261) · 664dc115
      wuyefeilin 提交于
      * update model save load
      
      * first add
      
      * update model save and load
      
      * update train.py
      
      * update LaneNet model saving and loading
      
      * adapt slim to paddle-1.8
      
      * update distillation save and load
      
      * update nas model save and load
      
      * update model load op
      
      * update utils.py
      
      * update load_model_utils.py
      
      * update model saving and loading
      
      * update copyright
      
      * update palette.py
      664dc115
    • W
      Save load update (#257) · 020d1072
      wuyefeilin 提交于
      * update model save load
      
      * first add
      
      * update model save and load
      
      * update train.py
      
      * update LaneNet model saving and loading
      
      * adapt slim to paddle-1.8
      
      * update distillation save and load
      
      * update nas model save and load
      
      * update model load op
      
      * update utils.py
      
      * update load_model_utils.py
      
      * update model saving and loading
      020d1072
  15. 21 5月, 2020 2 次提交
  16. 20 5月, 2020 1 次提交
    • L
      add HRNet, polish README, add precision and recall metrics (#256) · 7126bb37
      LutaoChu 提交于
      * modify label tool
      
      * fix label tools bug
      
      * add RemoteSensing
      
      * optimize data clip and normalize method for remote sensing
      
      * fix label problem using mobile devices
      
      * add README.md
      
      * polish README.md, optimize main.py and transforms.py, add transforms.md
      
      * add demo dataset
      
      * add create_dataset_list tool, requirements.txt
      
      * add channel-by-channel normalize and clip, remove RemoteSensing import
      
      * update vdl to 2.0
      
      * polish README
      
      * add tool to randomly split dataset and generate file list
      
      * open eval_best_metric while traing, fix typo
      
      * remove python2.7 ci
      
      * add hrnet, polish README
      
      * add metrics for unet like precision,recall,etc
      
      * save more attrs in model.yaml, fix typo
      
      * optimize predict_demo.py
      
      * fix hrnet dice loss bug
      
      * polish remote sensing README
      
      * refactor model base class
      
      * modify train_demo.py
      
      * Update README.md
      
      * Update requirements.txt
      7126bb37