Hello,
I run C:\Users\Darius\Desktop\EMBER\scripts> python .\classify_binaries.py -m C:\Users\Darius\Desktop\EMBER\ember_dataset_2018_2\ember2018\model.txt BINARIES
but, it shows me error BINARIES does not exist
Traceback (most recent call last):
File ".\classify_binaries.py", line 37, in
main()
File ".\classify_binaries.py", line 26, in main
file_data = open(binary_path, "rb").read()
FileNotFoundError: [Errno 2] No such file or directory: 'BINARIES'
how can I fix it ?? How the script should look like??
How BINARIES should look like?
Hello, I run C:\Users\Darius\Desktop\EMBER\scripts> python .\classify_binaries.py -m C:\Users\Darius\Desktop\EMBER\ember_dataset_2018_2\ember2018\model.txt BINARIES
but, it shows me error BINARIES does not exist Traceback (most recent call last): File ".\classify_binaries.py", line 37, in
main()
File ".\classify_binaries.py", line 26, in main
file_data = open(binary_path, "rb").read()
FileNotFoundError: [Errno 2] No such file or directory: 'BINARIES'
how can I fix it ?? How the script should look like?? How BINARIES should look like?
Thanks