minzhou1003 / ec601-project

Kaggle: RSNA Pneumonia Detection Challenge
6 stars 6 forks source link

Package Import Missing? #5

Open ZhuyuLICFC opened 5 years ago

ZhuyuLICFC commented 5 years ago

There is a run time error: image

I guess it is because the lacking of sklearn package?

minzhou1003 commented 5 years ago

It might not be the sklearn package issue, here is the definition of annots: image Can you successfully run this?

alelasantillan commented 4 years ago

Hi, I have a similar problem. After uploading the image I've got this:

"Couldn't open file: /Users/andrewstoycos/Documents/Classes_Fall_2018/EC601/MainProject/ec601-project/yolo_model/cfg/rsna.names"

And nothing happens on the browser. The error message is taken from the console.

I am not andrewstoycos, FYI.

I found this name hardcoded into the files: rsna.data:train = /Users/andrewstoycos/Documents/Classes_Fall_2018/EC601/MainProject/ec601-project/yolo_model/metadata/tr_list.txt rsna.data:valid = /Users/andrewstoycos/Documents/Classes_Fall_2018/EC601/MainProject/ec601-project/yolo_model/metadata/val_list.txt rsna.data:names = /Users/andrewstoycos/Documents/Classes_Fall_2018/EC601/MainProject/ec601-project/yolo_model/cfg/rsna.names rsna.data:backup = /Users/andrewstoycos/Documents/Classes_Fall_2018/EC601/MainProject/ec601-project/yolo_model/backup

Don't know what to do with it. I think I should correct those paths.