diff --git a/1. Image Collection.ipynb b/1. Image Collection.ipynb index dcffd6c40..5d22a0198 100644 --- a/1. Image Collection.ipynb +++ b/1. Image Collection.ipynb @@ -87,7 +87,7 @@ " if os.name == 'posix':\n", " !mkdir -p {IMAGES_PATH}\n", " if os.name == 'nt':\n", - " !mkdir {IMAGES_PATH}\n", + " !mkdir {IMAGES_PATH}\n", "for label in labels:\n", " path = os.path.join(IMAGES_PATH, label)\n", " if not os.path.exists(path):\n", @@ -206,7 +206,7 @@ "outputs": [], "source": [ "if os.name == 'posix':\n", - " !make qt5py3\n", + " !cd {LABELIMG_PATH} && make qt5py3\n", "if os.name =='nt':\n", " !cd {LABELIMG_PATH} && pyrcc5 -o libs/resources.py resources.qrc" ] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..227d8253d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,58 @@ +face-recognition-models==0.3.0 +ipykernel==6.4.2 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +jupyter==1.0.0 +jupyter-client==7.0.6 +jupyter-console==6.4.0 +jupyter-core==4.9.0 +jupyterlab-pygments==0.1.2 +jupyterlab-widgets==1.0.2 +keras==2.6.0 +Keras-Preprocessing==1.1.2 +lxml==4.6.3 +matplotlib==3.2.0 +matplotlib-inline==0.1.3 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +notebook==6.4.5 +numpy==1.19.5 +oauthlib==3.1.1 +object-detection==0.1 +opencv-python==4.5.4.58 +psutil==5.8.0 +PyQt5==5.15.5 +PyQt5-Qt5==5.15.2 +PyQt5-sip==12.9.0 +pytz==2021.3 +PyYAML==6.0 +pyzmq==22.3.0 +qtconsole==5.1.1 +QtPy==1.11.2 +regex==2021.10.23 +requests==2.26.0 +requests-oauthlib==1.3.0 +requests-toolbelt==0.9.1 +scikit-learn==1.0.1 +scipy==1.7.1 +-e git+https://github.com/tensorflow/models@33f054a270a574b937b89d44a905ade3c915b66b#egg=slim&subdirectory=research\slim +tabulate==0.8.9 +tensorboard==2.7.0 +tensorboard-data-server==0.6.1 +tensorboard-plugin-wit==1.8.0 +tensorflow==2.6.0 +tensorflow-addons==0.14.0 +tensorflow-datasets==4.4.0 +tensorflow-estimator==2.6.0 +tensorflow-hub==0.12.0 +tensorflow-metadata==1.4.0 +tensorflow-model-optimization==0.7.0 +tensorflow-object-detection-api==0.1.1 +tensorflow-text==2.6.0 +tf-models-official==2.6.0 +tf-slim==1.1.0 +urllib3==1.26.7