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

4833 test images? #2

Open
Xiaohong-Deng opened this issue Dec 1, 2018 · 3 comments
Open

4833 test images? #2

Xiaohong-Deng opened this issue Dec 1, 2018 · 3 comments

Comments

@Xiaohong-Deng
Copy link

Thanks for sharing. I'm refining my implementation of FCN-VGG16 using KITTI road dataset. But I don't find there are so many test images in the test set. There are just a couple hundred of them. I tried to download the dataset again from KITTI to see if they updated it. No luck.

Do you mind to elaborate on that? Or if you get them from other places, mind to share? Thanks.

@martsalz
Copy link

You're right, there are 290 test images. But you can use e.g. ffmpeg to break a video into a sequence of images and test your own data set. That's what I did.

@Xiaohong-Deng
Copy link
Author

You're right, there are 290 test images. But you can use e.g. ffmpeg to break a video into a sequence of images and test your own data set. That's what I did.

@martsalz Thanks. BTW, How do you label your data?

@martsalz
Copy link

That's a good question I've asked myself. Nowhere is a guide for it. This has already been discussed here:

https://stackoverflow.com/questions/47964716/how-to-format-a-data-set-for-fully-convolutional-networks

Possibly helpful:
http://www.cvlibs.net/datasets/kitti/eval_road.php

In my understanding, the labeling is only necessary for the training of own pictures.

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