-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
关于命令行参数问题 #9
Comments
以上,希望能解决你的问题。 |
感谢您的回复, parser.add_argument('--images', type=str, default='', help='path of input sketches') 是这个命令行参数,是ground truth 路径 还是生成的sketches路径。另外,关于mask的路径,我还是有点不理解,这三个mask路径是否都是用DeepFill-v2的Free-form masks随机生成1,000张掩码图像,只是单纯的掩码,而不是将生成的掩码应用到图像上。那我是否可以使用https://blog.csdn.net/sinat_28442665/article/details/110872730#_NVIDIA_Irregular_Mask_Dataset_Testing_Setmask_6 NVIDIA_Irregular_Mask_Dataset_Testing_Setmask_6这种掩码图像呢。 |
|
如果我想用您这种方式,不修改训练代码,我如何保存mask呢,是写一段脚本随机生成1000张。然后在命令行参数中指定本地mask 的路径,还是说使用这种方法,我就不需要加这条命令行了呢 |
如果你做验证的时候想用free-form masks的话,单独把 SketchRefiner/SRN_src/utils.py Lines 116 to 123 in ac5179c
脚本大致就是 numpy 和cv2 的一些基本操作,可以直接让cursor帮你写一个。
|
好的 非常感谢 |
@liuna0211 您好,关于我们的工作您这边暂时没有其他问题的话,这个issue就先暂时关闭了哈~后续如果您有其他问题,欢迎随时在这个issue底下留言,或者提出一个新issue联系我们~ |
--edges_prefix /path/to/edge
--output /path/to/output/dir I see that the code says path of input sketches, and I want to know if the path to the sketch generated here for data processing is the path or the original image path.
--images_val 1000 original image paths of the validation set
--masks_val 我想知道这个masks自己下载吗
--sketches_prefix_val 1000张验证集生成的草图路径
--edges_prefix_val 1000张验证集生成的边缘图路径
3.推理部分也有俩个mask路径 分别为 --masks /path/to/test/masks
--masks /path/to/masks 这两个mask是下载测试协议中的mask吗 还是和训练部分相同是自己下载的。
问题有点多,麻烦您了
The text was updated successfully, but these errors were encountered: