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

Run testNet.py #22

Closed
JinghuiChan opened this issue Sep 19, 2019 · 2 comments
Closed

Run testNet.py #22

JinghuiChan opened this issue Sep 19, 2019 · 2 comments

Comments

@JinghuiChan
Copy link

Hi Nate.
I have installed all the required dependencies and successfully compiled the DeepLCD library. Now I want to see the precision-recall curves(comparing against HOG and DBoW2), so I run the following command:
$ cd ~/calc/TrainAndTest
$ python testNet.py
Unfortunately, It is nothing output.
What commands should I run to print the precision-recall curves?

@AllofLife
Copy link

you can try python2 main.py -h
if you donn't want to load the calc model you should edit the fution plot code in testnet.py
although i am not the author,but i hope it can help you

@nmerrill67
Copy link
Collaborator

@AllofLife is correct. main.py is the entry point to preprocess data, train, and test with PR curves.

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