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

Confusion in input directory in Python Scripts #12

Closed
sv2812 opened this issue Jan 16, 2019 · 2 comments
Closed

Confusion in input directory in Python Scripts #12

sv2812 opened this issue Jan 16, 2019 · 2 comments

Comments

@sv2812
Copy link

sv2812 commented Jan 16, 2019

Hi ,
What is the detection text file that we are including in input_dir in Python Scripts ?

@ckchng
Copy link
Collaborator

ckchng commented Jan 16, 2019

Hi there,

It should include the detection output (text file format) of your model. Inside the text file it should be stored in format below.

'img_1.txt'
y0,x0, y1,x1, ...... yn, xn
y0,x0, y1,x1, ...... yn, xn
y0,x0, y1,x1, ...... yn, xn

@sv2812
Copy link
Author

sv2812 commented Jan 16, 2019

Oh alright . I'll try that . Thanks !

@cs-chan cs-chan closed this as completed Jan 18, 2019
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

3 participants