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

Module output_drawer has no attribute 'formal_output' #16

Closed
romulofff opened this issue May 21, 2019 · 1 comment
Closed

Module output_drawer has no attribute 'formal_output' #16

romulofff opened this issue May 21, 2019 · 1 comment

Comments

@romulofff
Copy link

Has anyone encountered this error when tryint to "test" or "image"?

Traceback (most recent call last):
  File "testShinTB.py", line 15, in <module>
    runner.test(5)
  File "/home/great/Documentos/spi/shinTB/shintb/runner.py", line 194, in test
    output_boxes, output_confidence = self.outputdrawer.format_output(pred_conf[0], pred_loc[0])
AttributeError: module 'shintb.output_drawer' has no attribute 'format_output'

I am just tryint to run an example based on the README.

@a821836620
Copy link

Before you to "test" or "image" ,you should train

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