hust-linyi / A-Two-Stage-Convolutional-Neural-Network-for-Pulmonary-Embolism-Detection-From-CTPA-Images

12 stars 4 forks source link

How to proceed from stage 1 to stage 2 #2

Open MrPrajwalB opened 4 years ago

MrPrajwalB commented 4 years ago

The stage 2 requires the predicted candidates from stage 1. In test.sh there is a mention of script evaluate.py but no such script exists in the repo. Can you add the required code for making the csv files required in prepare.csv in stage 2 ?