1. 11 5月, 2020 1 次提交
  2. 28 2月, 2020 1 次提交
  3. 30 10月, 2019 1 次提交
  4. 16 9月, 2019 1 次提交
    • H
      add BSN and BMN models to PaddleVideo (#3290) · e7ed651c
      huangjun12 提交于
      * add BSN and BMN models to PaddleVideo
      
      * modify codes to fix metrics evaluation and readme
      
      * add copyright for gen_infer_list.py and modify the content of README
      
      * add BSN and BMN in models/README.md
      e7ed651c
  5. 02 9月, 2019 1 次提交
    • S
      modifications on PaddleVideo to enable universality of codes (#2872) · 96c57e63
      SunGaofeng 提交于
      * fix reader, metrics, frameworks to increase universality of PaddleVideo
      
      * change config files from .txt to .yaml
      
      * fix input to use PyReader and modify on readme to fit new codes
      
      * adjust code structure and modify configs and readme to fit standard
      
      * modify links of pdparams in readme and scripts
      
      * fix pickle.dump in python3 and modify on readme of attention_lstm
      
      * add description of weights argument in eval/predict/inference_model.py
      96c57e63