Closed jemmimarg closed 3 years ago
Hi @jemmimarg , thanks for your interest in our project and for the questions.
Regarding point 1 and 3: The docker file and the pocovidscreen
folder are only related to our website and are not needed to train and run a model. All instructions how to install the repository and to run the code are in the two READMEs and they don't involve the docker file.
For point 2: The trained models are only on Google Drive on purpose, because git is not suitable for tracking binaries. Thank you for noticing the issue in the path; we will correct this. Please let me know if you have further questions.
There are actually three major issues I faced while trying to run the code,
RUN apt-get update && apt-get install -y python3-opencv
I have not been able to move past the
ddev start
step.