We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo.md中描述的命令是否有问题? 根据demo中的命令,当运行 python scripts/preprocess/preprocess_sid.py --data-path [DIR] --camera Sony --split short 设置[DIR]的结构为: [DIR]/ └── short/ ├── image1.ARW └── ... 时无法识别图片;
但是[DIR]结构为: [DIR] └──── Sony/ └── short/ ├── image1.ARW └── ... 才能正常读取图片并且在Sony文件夹内生成short_pack文件夹及其中的生成的.npy文件
The text was updated successfully, but these errors were encountered:
感谢您的发现!您可以提出 pull request 以更改这个错误
Sorry, something went wrong.
No branches or pull requests
demo.md中描述的命令是否有问题?
根据demo中的命令,当运行
python scripts/preprocess/preprocess_sid.py --data-path [DIR] --camera Sony --split short
设置[DIR]的结构为:
[DIR]/
└── short/
├── image1.ARW
└── ...
时无法识别图片;
但是[DIR]结构为:
[DIR]
└──── Sony/
└── short/
├── image1.ARW
└── ...
才能正常读取图片并且在Sony文件夹内生成short_pack文件夹及其中的生成的.npy文件
The text was updated successfully, but these errors were encountered: