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

Add optical flow generation, tensorboard and debugs of train.py #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

gavinatthu
Copy link

Add optical flow generation, tensorboard and debugs of train.py

There's some bugs in old train.ipynb, after training 100 epochs, the model didn't work:
image

So I use torch.utils.data.random_split to split the train_set and val_set, and teh model preform pretty well.
train_set, val_set = torch.utils.data.random_split(ds,[split,ds_size-split])

Add generate_flow.py
python generate_flow.py --images_dir PATH --output_dir PATH --out_vis

Add tensorboard for data visualization
image

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

Successfully merging this pull request may close these issues.

1 participant