minzhou1003 / ec601-project

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

Model selection #7

Open GreatTwang opened 5 years ago

GreatTwang commented 5 years ago

Hi,

I notice that code about the mask-rcnn model has been uploaded. Actually, yolo and mask-rcnn are both excellent models for object detection. As for me, I don't think there will be much difference for your task. I believe the training process is more crucial here. As you can see in your current result, the key point is that you should use more data for training. Then, you may still need much time for adjusting parameters to make it best. Are you still trying to work on these two models separately? Considering the time and effort, I suggest it is better to focus on one model and keep training. Thanks!

alelasantillan commented 4 years ago

I've noticed that the file upload2.html is missing in the templates directory. This prevents the CNN model to run. Can you provide that upload2.html file? Thank you!