-
Notifications
You must be signed in to change notification settings - Fork 790
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
Format of 'flist' #15
Comments
Hi AterLuna,
|
@TrinhQuocNguyen Thanks for you response. @AterLuna In addition, the format of file lists are attached. You can either use absolute path or relative path for training.
|
@TrinhQuocNguyen Thank you for sharing your codes. I'll try it with my dataset. |
@TrinhQuocNguyen |
I have modified a little bit for anyone needs it. Moreover, you may apply "data augmentation" and put them into other folders ( folder1, folder2,...) without being messy 😄
|
I created the folder tree, I put the images in the folders, I launch the file with your code and I return this:
Can you help me?please. |
@ChiediVenia Please make sure that your input file exists. Normally it can be fixed by a careful check. |
congratulations for the job ... and thanks for the reply. |
@ChiediVenia I wonder if you already have the following files and folders.
|
Thank you for your help |
os.mknod is not available to users on Mac OS, the solution can be found there Replaces os.mknod with portable equivalent In short, replace mknod with open, like this:
|
@TerminatorSd I appreciate your information to this issue! |
This comment has been minimized.
This comment has been minimized.
I shall be very grateful to you |
@YangSN0719 Hi, most likely that your file list is incorrect. The error means there is no image file with the file list you provided. Please check carefully. One suggestion is to use absolute path of file list. |
Thank you very much for your reply. As a beginner, I am very sorry to disturb you. I will check your source file again @JiahuiYu |
@TrinhQuocNguyen |
@TrinhQuocNguyen Sorry, as a beginner, I am very sorry to disturb you, I will look at your source file again, I hope you can send me your inpaint.yml file for my reference, thank you very much |
@YangSN0719 I think you need line break for different image files, right? Each image file occupies one line. |
That is what I think: you need line break like the author has provided as follows:
|
@TrinhQuocNguyen @JiahuiYu |
Hi, should I use how many valid images in training process? Is it have any influence to training? |
@lx120 The number of validation images does not affect training. They are for "validation" purpose. |
Please i need help to train your model I get error while training |
What is the number of training image channels?3 or 4? |
thank u very much for your source code.my question is that the input for training need three pair images, it contains a raw image with mask, a mask and a inpainted image. but it seems that the file list you offered only have one type? what should i do if want to train with three-pairs input |
It's OK, the mask is auto generated in the code,thanks
|
Dear author, I want to ask if I need to prepare mask images for training? Thank you. |
@TrinhQuocNguyen
|
Must it be divided into training set and validation set? |
I write something easy to modify.
|
Hello i am newbe |
Small detail here about the folder structure, maybe it helps: The code works as is, if the folder hierarchy is like this:
|
I want to fix my photos, but running inpaint_ops.py doesn't work, |
Hi @JiahuiYu , @TrinhQuocNguyen |
May I ask which directory and folder to place this. flist file in after writing? |
Hello, I ran according to your code and encountered this error. How can I solve it? Isn't this code creating a . flit file?Traceback (most recent call last): |
I want to train network with new dataset.
For training, I tried to modify inpaint.yml file, but I'm not sure about how to set dataset path.
It seems that I have to add new dataset as 'flist' file to DATA_FLIST, but I cannot find how to make appropriate 'flist' files.
Is there any reference for flist file format, or some examples of them?
The text was updated successfully, but these errors were encountered: