Skip to content

GoKu0401/IVQA_compact

Repository files navigation

IVQA 算法

环境安装

  • python环境: python3.7。
  • 安装python包:pip install -r requirement.txt

文件结构

  1. checkpoints 存放训练好的模型
  2. frames 存放数据
  3. results 存放推理结果

运行

推理

python inference_compact.py --model ./checkpoints/NDG.model --folder ./frames/ --imageformat png --data_type image_folders

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages