upload c3d
Showing
- official/cv/c3d/README.md 465 additions, 0 deletionsofficial/cv/c3d/README.md
- official/cv/c3d/ascend310_infer/CMakeLists.txt 14 additions, 0 deletionsofficial/cv/c3d/ascend310_infer/CMakeLists.txt
- official/cv/c3d/ascend310_infer/build.sh 29 additions, 0 deletionsofficial/cv/c3d/ascend310_infer/build.sh
- official/cv/c3d/ascend310_infer/inc/utils.h 32 additions, 0 deletionsofficial/cv/c3d/ascend310_infer/inc/utils.h
- official/cv/c3d/ascend310_infer/src/main.cc 131 additions, 0 deletionsofficial/cv/c3d/ascend310_infer/src/main.cc
- official/cv/c3d/ascend310_infer/src/utils.cc 129 additions, 0 deletionsofficial/cv/c3d/ascend310_infer/src/utils.cc
- official/cv/c3d/default_config.yaml 58 additions, 0 deletionsofficial/cv/c3d/default_config.yaml
- official/cv/c3d/eval.py 84 additions, 0 deletionsofficial/cv/c3d/eval.py
- official/cv/c3d/export.py 38 additions, 0 deletionsofficial/cv/c3d/export.py
- official/cv/c3d/requirements.txt 3 additions, 0 deletionsofficial/cv/c3d/requirements.txt
- official/cv/c3d/scripts/run_ckpt_convert.sh 41 additions, 0 deletionsofficial/cv/c3d/scripts/run_ckpt_convert.sh
- official/cv/c3d/scripts/run_dataset_preprocess.sh 60 additions, 0 deletionsofficial/cv/c3d/scripts/run_dataset_preprocess.sh
- official/cv/c3d/scripts/run_distribute_train_ascend.sh 58 additions, 0 deletionsofficial/cv/c3d/scripts/run_distribute_train_ascend.sh
- official/cv/c3d/scripts/run_infer_310.sh 120 additions, 0 deletionsofficial/cv/c3d/scripts/run_infer_310.sh
- official/cv/c3d/scripts/run_standalone_eval_ascend.sh 39 additions, 0 deletionsofficial/cv/c3d/scripts/run_standalone_eval_ascend.sh
- official/cv/c3d/scripts/run_standalone_train_ascend.sh 19 additions, 0 deletionsofficial/cv/c3d/scripts/run_standalone_train_ascend.sh
- official/cv/c3d/src/c3d_model.py 129 additions, 0 deletionsofficial/cv/c3d/src/c3d_model.py
- official/cv/c3d/src/dataset.py 242 additions, 0 deletionsofficial/cv/c3d/src/dataset.py
- official/cv/c3d/src/loss.py 33 additions, 0 deletionsofficial/cv/c3d/src/loss.py
- official/cv/c3d/src/lr_schedule.py 43 additions, 0 deletionsofficial/cv/c3d/src/lr_schedule.py
official/cv/c3d/README.md
0 → 100644
This diff is collapsed.
official/cv/c3d/ascend310_infer/build.sh
0 → 100644
official/cv/c3d/ascend310_infer/inc/utils.h
0 → 100644
official/cv/c3d/ascend310_infer/src/main.cc
0 → 100644
official/cv/c3d/ascend310_infer/src/utils.cc
0 → 100644
official/cv/c3d/default_config.yaml
0 → 100644
official/cv/c3d/eval.py
0 → 100644
official/cv/c3d/export.py
0 → 100644
official/cv/c3d/requirements.txt
0 → 100644
official/cv/c3d/scripts/run_ckpt_convert.sh
0 → 100644
official/cv/c3d/scripts/run_infer_310.sh
0 → 100644
official/cv/c3d/src/c3d_model.py
0 → 100644
official/cv/c3d/src/dataset.py
0 → 100644
official/cv/c3d/src/loss.py
0 → 100644
official/cv/c3d/src/lr_schedule.py
0 → 100644
Please register or sign in to comment