vbookshelf / Intracranial-Hemorrhage-Analyzer

Ai powered web app that automatically detects and segments intracranial hemorrhages on brain CT images - Tensorflow.js
http://brain.test.woza.work/
10 stars 7 forks source link

Error Importing albumentations and segmentation_model #1

Open connectaman opened 3 years ago

connectaman commented 3 years ago

Can you please tell the version of packages required

vbookshelf commented 3 years ago

Hi @connectaman . I used the latest versions that were available in December 2019. Unfortunately I can't provide the info you asked for because I did not keep records of the package versions.

Also, when trying to run the notebook, there could be other errors because the code is based on the old version of Keras and not the latest Keras that's now built into Tensorflow 2.0. Therefore, I suggest that you code up your own solution from scratch using Tensorflow 2.0. The old notebook in this repo should be used only as a guide. Good luck.