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

Quick test using the "best_model" error #23

Open
jwangjie opened this issue Dec 14, 2018 · 1 comment
Open

Quick test using the "best_model" error #23

jwangjie opened this issue Dec 14, 2018 · 1 comment

Comments

@jwangjie
Copy link

Hi all,

I cloned the repository and was trying to do a quick test by using the provided "best_model". When I was running $ python evaluation.py --experiment_rootdir=./dronet --weights_fname='best_weights.h5' --test_dir='./collision_dataset/testing', I got

Using TensorFlow backend.
Traceback (most recent call last):
  File "evaluation.py", line 276, in <module>
    main(sys.argv)
  File "evaluation.py", line 272, in main
    _main()
  File "evaluation.py", line 180, in _main
    batch_size = FLAGS.batch_size)
  File "C:\Users\jwang\OneDrive\Desktop\DroNet\rpg_public_dronet\utils.py", line 34, in flow_from_directory
    follow_links=follow_links)
  File "C:\Users\jwang\OneDrive\Desktop\DroNet\rpg_public_dronet\utils.py", line 88, in __init__
    for subdir in sorted(os.listdir(directory)):
FileNotFoundError: [WinError 3] The system cannot find the path specified: "'./collision_dataset/testing'"

I was wondering do I understand anything wrong? What extra steps I need to do? Thank you very much for any help.

Regards,
Jie

@jwangjie jwangjie changed the title Quick test using your best_model Quick test using the "best_model" error Dec 14, 2018
@antonilo
Copy link

Dear jwangjie,

Did you pre-process the data as described in the readme? The error is saying that it cannot find the path of the testing dataset.

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