1. 12 5月, 2020 25 次提交
  2. 11 5月, 2020 5 次提交
  3. 08 5月, 2020 2 次提交
    • W
      Add contrib HumanSeg (#229) · 8281cc6f
      wuyefeilin 提交于
      * update solver.py and model_builder.py
      
      * update solver.py
      
      * update infer.py
      
      * update model_builder.py for fitting different aug_method
      
      * update model_builder.py
      
      * update model_builder.py
      
      * update export process
      
      * save best model
      
      * update train.py
      
      * update train.py
      
      * update train.py
      
      * eval for last epoch model
      
      * check model path
      
      * check TEST.TEST_MODEL
      
      * reconsitution humanseg
      
      * first refactor humanseg
      
      * update humanseg.py and add main.py
      
      * frist add
      
      * add shufflenet
      
      * first add
      
      * add hrnet
      
      * add tutorial
      
      * add humanseg infer
      
      * add realtime humanseg
      
      * update hrnet.py
      
      * update humanseg.py
      
      * rm cpp deploy
      
      * add infer of resize_bylong
      
      * update
      
      * update infer.py
      
      * update some
      
      * update humanseg.py
      
      * image_segment and video_segment add to class HumanSeg
      
      * add quant
      
      * resolve with_data_parallel problem
      
      * add coeff params
      
      * add demo
      
      * update
      
      * update __init__.py
      
      * add setup.py
      8281cc6f
    • C
      Fix bug of opencv for humanseg video deployment (#234) · 5b9a1db6
      channings 提交于
      * fix bug of opencv
      
      * update linux_build.sh
      5b9a1db6
  4. 30 4月, 2020 1 次提交
  5. 28 4月, 2020 1 次提交
    • W
      HumanSeg refactor version v0.0.1 (#227) · 0a78a8cf
      wuyefeilin 提交于
      * update solver.py and model_builder.py
      
      * update solver.py
      
      * update infer.py
      
      * update model_builder.py for fitting different aug_method
      
      * update model_builder.py
      
      * update model_builder.py
      
      * update export process
      
      * save best model
      
      * update train.py
      
      * update train.py
      
      * update train.py
      
      * eval for last epoch model
      
      * check model path
      
      * check TEST.TEST_MODEL
      
      * reconsitution humanseg
      
      * first refactor humanseg
      
      * update humanseg.py and add main.py
      0a78a8cf
  6. 14 4月, 2020 1 次提交
    • L
      Optimize lovasz loss implementation, support multiple loss weighted combination (#215) · fcb854f7
      LutaoChu 提交于
      * modify label tool
      
      * add lovasz loss
      
      * lovasz
      
      * model builder
      
      * test
      
      * lovasz
      
      * update lovasz
      
      * update lovasz
      
      * add sh yaml
      
      * add sh yaml
      
      * add sh yaml
      
      * no per_image and device_guard
      
      * no per_image and device_guard
      
      * Update lovasz_loss.md
      
      * Update lovasz_loss.md
      
      * Update lovasz_loss.md
      
      * Update lovasz_loss.md
      
      * Update lovasz_loss.md
      
      * elementwise_mul replace matmul
      fcb854f7
  7. 13 4月, 2020 1 次提交
    • L
      Fix quant model export issues(#198) · 1dbbce6c
      Liufang Sang 提交于
      * save inference model
      
      * fix details
      
      * add export model in quantization
      
      * remove useless code
      
      * remove useless code
      
      * change fluid.layers.data to fluid.data
      1dbbce6c
  8. 09 4月, 2020 1 次提交
  9. 02 4月, 2020 3 次提交