Skip to content
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

I want to train my own model basic training process has shortcomings #8

Open
oztrkoguz opened this issue Sep 4, 2024 · 3 comments
Open

Comments

@oztrkoguz
Copy link

Are there sep_trainlist.txt, sep_testlist.txt sample files in model/dataset.py, how should I place the visuals for training?
@98mxr

@98mxr
Copy link
Owner

98mxr commented Sep 4, 2024

Simply put you need to place the image pairs in folders and then create the /vimeo_septuplet/sequences folder in the root directory to contain them

like

vimeo_septuplet
├── sequences
│   ├── 1
│   ├── 2
...
│   └── 10000

imgs in folder 1, 2... 10000

sep_trainlist.txt is only need
1 2 10000

It's enough that sep_testlist.txt is an empty file; in fact, the test-related code never works properly.
I know I'm not describing it very well, so if there's still some confusion, please let me know and I'll upload the relevant content later.

@oztrkoguz
Copy link
Author

image
image
image
This is how I set everything up
I ran train_nb.py and waited for a certain amount of time before the training started and it ended without giving any errors.
@98mxr

@98mxr
Copy link
Owner

98mxr commented Sep 4, 2024

This is correct, just replace the content with your dataset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants