Closed zijiancogito closed 3 years ago
Hi, feature_check.py required .npy files to perform required operation. Open the train.txt or test.txt and see the path of the file. do you have files in this path. If not then extract the feature.tar.gz and place as given in the train.txt and test.txt . You have to do some manual work to correct path. Hope it will help
Thank you! I fix this by using files in *_plus_feature/.
@zijiancogito Would you like for me to add additional documentation mentioning this?
Yes. I think so.
I used features download from Dataset.md/feature.tar.gz. Then I tried to run the command "python feature_check.py train.txt", where "train.txt" was copied from "Dataset.md/models.zip". It would raised aboved errors. What's wrong with it?