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

test on dataset of my own #17

Open
whulc opened this issue Dec 29, 2017 · 1 comment
Open

test on dataset of my own #17

whulc opened this issue Dec 29, 2017 · 1 comment

Comments

@whulc
Copy link

whulc commented Dec 29, 2017

I try to evaluate the FSNS using my own datasets. It seems that the image size must be 150*150, and there is something wrong with the .csv file, which I create as your requirement. Can you tell me the requirement of test images and give me an example of the csv file for FSNS?

@whulc whulc changed the title test on dataset of my test on dataset of my own Dec 29, 2017
@Bartzi
Copy link
Owner

Bartzi commented Jan 2, 2018

Normally the FSNS input file size is: 600x150 (as there are always 4 views of a sign at once). If you use the command line switch --is-original-fsns, the code will assume this input size.
On some experiments we used only one view, this is why the code also supports 150*150 as input size.
An example of the csv file format can be found here (bullet point 3)

Nevertheless I recommend that you use our new code, which can be found here. This uses a different library, but still works the same way.

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