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

training the network on ground-truth #17

Open
lasandcris opened this issue May 17, 2016 · 4 comments
Open

training the network on ground-truth #17

lasandcris opened this issue May 17, 2016 · 4 comments

Comments

@lasandcris
Copy link

I'd like to train the network using depth maps as ground truths. is that somehow possible - and if yes, can someone give me some pointers? thanks, laszlo

@piiswrong
Copy link
Owner

It's possible. remove the selection layer and quantize your depth map.

@lasandcris
Copy link
Author

@piiswrong
could you please run through how to use the train.py?
thanks

@zedomel
Copy link

zedomel commented Aug 22, 2016

How to use train.py? I'm trying to create a database using parse.py and data.py but I got this error when run:
python parse.py movie.avi exp

Traceback (most recent call last): File "parse.py", line 204, in <module> process_movie2d(args.path, args.prefix) File "parse.py", line 184, in process_movie2d rect = list(get_clip_rect(fname, True)) File "parse.py", line 141, in get_clip_rect assert cap.read()[0] AssertionError

What should be the movie specs? For run parse.py and then train.py?

@lwkobe
Copy link

lwkobe commented Dec 13, 2016

@zedomel Have you solved your problem? If you use the anaconda, you will find the conda-opencv3 which can't read a video. I am solving this problem.

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

4 participants