Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object Detection Demo Jupyter Notebook #2093

Closed
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
dceaaca
Object Detection Async notebook
helena-intel Feb 11, 2021
69f1709
Fixed requirements pinning
helena-intel Feb 11, 2021
b506729
Fixed trailing whitespace and removed unused import
helena-intel Feb 15, 2021
b4025c6
Changed "python" to sys.executable in subprocess call
helena-intel Feb 15, 2021
91ce943
Added NotebookDemo and object detection test case to demo tests
helena-intel Feb 26, 2021
af0b8e1
Update demos/tests/cases.py to make notebook->script conversion work …
helena-intel Mar 1, 2021
0a28004
Updated requirements-demos.txt with upstream version
helena-intel Mar 2, 2021
b87bb31
Updated requirements-demos.txt to correct Linux version
helena-intel Mar 2, 2021
863da82
Moved draw_detections function from utils.py to notebook
helena-intel Mar 2, 2021
fe4c6a0
Apply suggestions from code review
helena-intel Mar 3, 2021
d63d1d6
Merge branch 'object-detection-demo-notebook' of https://github.com/h…
helena-intel Mar 3, 2021
97a0ebc
Changed NotebookDemo test to execute a line of test code. Changed wid…
helena-intel Mar 3, 2021
4d5c823
Apply suggestions from code review
helena-intel Mar 3, 2021
5966634
Merge branch 'object-detection-demo-notebook' of https://github.com/h…
helena-intel Mar 3, 2021
ad02043
Updated README and Notebook intro
helena-intel Mar 8, 2021
d17f459
Changed video upload/download widgets. Removed separate upload widget…
helena-intel Mar 8, 2021
c2e61bb
Minor documentation updates about using own video and running in dash…
helena-intel Mar 8, 2021
29e152a
README and documentation improvements
helena-intel Mar 8, 2021
e2e1c4f
Removed slow models from default models-subset.lst, updated Model Dow…
helena-intel Mar 8, 2021
31c512d
Update demos/object_detection_demo/jupyter-python/README.md
helena-intel Mar 10, 2021
61ea709
Renamed jupyter-python directory to jupyter_python
helena-intel Mar 10, 2021
422b4da
Changed directory from jupyter-python to jupyter_python in README and…
helena-intel Mar 10, 2021
3d6e8ea
Code improvements for NotebookDemo test case, removed requirement pin…
helena-intel Mar 14, 2021
a491bb3
Added PATH env var back to cases.py. Removed OpenCV requirement (inst…
helena-intel Mar 15, 2021
6dff170
Added PYTHONPATH back to cases.py
helena-intel Mar 15, 2021
2170813
Fixed tests for object detection notebook demo
helena-intel Mar 15, 2021
de5e2e2
Apply suggestions from code review
helena-intel Mar 16, 2021
3cb24d7
Code improvements based on PR comments
helena-intel Mar 17, 2021
517fe05
Merge branch 'object-detection-demo-notebook' of github.com:helena-in…
helena-intel Mar 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
217 changes: 213 additions & 4 deletions ci/requirements-demos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,46 @@

absl-py==0.11.0
# via tensorboard
anyio==2.2.0
# via jupyter-server
argon2-cffi==20.1.0
# via notebook
async-generator==1.10
# via
# anyio
# nbclient
attrs==20.3.0
# via pytest
# via
# jsonschema
# pytest
babel==2.9.0
# via jupyterlab-server
backcall==0.2.0
# via ipython
bleach==3.3.0
# via nbconvert
cachetools==4.2.1
# via google-auth
certifi==2020.12.5
# via requests
cffi==1.14.5
# via argon2-cffi
chardet==4.0.0
# via requests
contextvars==2.4
# via sniffio
cycler==0.10.0
# via matplotlib
dataclasses==0.8
# via anyio
decorator==4.4.2
# via
# ipython
# traitlets
defusedxml==0.6.0
# via nbconvert
entrypoints==0.3
# via nbconvert
flake8-import-order==0.18.1
# via motmetrics
flake8==3.8.4
Expand All @@ -25,57 +55,173 @@ google-auth==1.24.0
grpcio==1.35.0
# via tensorboard
idna==2.10
# via requests
# via
# anyio
# requests
immutables==0.15
# via contextvars
importlib-metadata==3.4.0
# via
# flake8
# jsonschema
# markdown
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
ipykernel==5.5.0
# via
# ipywidgets
# notebook
ipython-genutils==0.2.0
# via
# jupyter-server
# nbformat
# notebook
# traitlets
ipython==7.16.1
# via
# ipykernel
# ipywidgets
# jupyterlab
ipywidgets==7.6.3
# via -r demos/requirements.txt
jedi==0.18.0
# via ipython
jinja2==2.11.3
# via
# jupyter-server
# jupyterlab
# jupyterlab-server
# nbconvert
# notebook
joblib==1.0.0
# via scikit-learn
json5==0.9.5
# via jupyterlab-server
jsonschema==3.2.0
# via
# jupyterlab-server
# nbformat
jupyter-client==6.1.11
# via
# ipykernel
# jupyter-server
# nbclient
# notebook
jupyter-core==4.7.1
# via
# jupyter-client
# jupyter-server
# jupyterlab
# nbconvert
# nbformat
# notebook
jupyter-packaging==0.7.12
# via jupyterlab
jupyter-server==1.4.1
# via
# jupyterlab
# jupyterlab-server
# nbclassic
jupyterlab-pygments==0.1.2
# via nbconvert
jupyterlab-server==2.3.0
# via jupyterlab
jupyterlab-widgets==1.0.0
# via ipywidgets
jupyterlab==3.0.9
# via -r demos/requirements.txt
kiwisolver==1.3.1
# via matplotlib
markdown==3.3.3
# via tensorboard
markupsafe==1.1.1
# via jinja2
matplotlib==3.3.4
# via -r demos/requirements.txt
mccabe==0.6.1
# via flake8
mistune==0.8.4
# via nbconvert
motmetrics==1.2.0
# via -r demos/requirements.txt
nbclassic==0.2.6
# via jupyterlab
nbclient==0.5.3
# via nbconvert
nbconvert==6.0.7
# via
# jupyter-server
# notebook
nbformat==5.1.2
# via
# ipywidgets
# jupyter-server
# nbclient
# nbconvert
# notebook
nest-asyncio==1.5.1
# via nbclient
nibabel==3.2.1
# via -r demos/requirements.txt
notebook==6.2.0
# via
# nbclassic
# widgetsnbextension
numpy==1.19.5 ; python_version >= "3.4"
# via
# -r ${INTEL_OPENVINO_DIR}/python/requirements.txt
# -r demos/requirements.txt
# matplotlib
# motmetrics
# nibabel
# opencv-python-headless
# pandas
# scikit-learn
# scipy
# tensorboard
# tensorboardx
oauthlib==3.1.0
# via requests-oauthlib
opencv-python-headless==4.5.1.48
# via -r demos/requirements.txt
packaging==20.9
# via
# bleach
# jupyter-packaging
# jupyterlab
# jupyterlab-server
# nibabel
# pytest
pandas==1.1.5
# via motmetrics
pandocfilters==1.4.3
# via nbconvert
parso==0.8.1
# via jedi
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==8.1.0
# via matplotlib
pluggy==0.13.1
# via pytest
prometheus-client==0.9.0
# via
# jupyter-server
# notebook
prompt-toolkit==3.0.16
# via ipython
protobuf==3.14.0
# via
# tensorboard
# tensorboardx
ptyprocess==0.7.0
# via
# pexpect
# terminado
py-cpuinfo==7.0.0
# via pytest-benchmark
py==1.10.0
Expand All @@ -90,12 +236,21 @@ pycodestyle==2.6.0
# via
# flake8
# flake8-import-order
pycparser==2.20
# via cffi
pyflakes==2.2.0
# via flake8
pygments==2.8.0
# via
# ipython
# jupyterlab-pygments
# nbconvert
pyparsing==2.4.7
# via
# matplotlib
# packaging
pyrsistent==0.17.3
# via jsonschema
pytest-benchmark==3.2.3
# via motmetrics
pytest==6.2.2
Expand All @@ -104,14 +259,23 @@ pytest==6.2.2
# pytest-benchmark
python-dateutil==2.8.1
# via
# jupyter-client
# matplotlib
# pandas
pytz==2021.1
# via pandas
# via
# babel
# pandas
pyzmq==22.0.3
# via
# jupyter-client
# jupyter-server
# notebook
requests-oauthlib==1.3.0
# via google-auth-oauthlib
requests==2.25.1
# via
# jupyterlab-server
# requests-oauthlib
# tensorboard
rsa==4.7
Expand All @@ -123,37 +287,82 @@ scipy==1.5.4
# -r demos/requirements.txt
# motmetrics
# scikit-learn
send2trash==1.5.0
# via
# jupyter-server
# notebook
six==1.15.0
# via
# absl-py
# argon2-cffi
# bleach
# cycler
# google-auth
# grpcio
# jsonschema
# protobuf
# python-dateutil
# tensorboard
# tensorboardx
# traitlets
sniffio==1.2.0
# via anyio
tensorboard-plugin-wit==1.8.0
# via tensorboard
tensorboard==2.4.1
# via -r demos/requirements.txt
tensorboardx==2.1
# via -r demos/requirements.txt
terminado==0.9.2
# via
# jupyter-server
# notebook
testpath==0.4.4
# via nbconvert
threadpoolctl==2.1.0
# via scikit-learn
tokenizers==0.10.0
# via -r demos/requirements.txt
toml==0.10.2
# via pytest
tornado==6.1
# via
# ipykernel
# jupyter-client
# jupyter-server
# jupyterlab
# notebook
# terminado
tqdm==4.56.0
# via -r demos/requirements.txt
traitlets==4.3.3
# via
# ipykernel
# ipython
# ipywidgets
# jupyter-client
# jupyter-core
# jupyter-server
# nbclient
# nbconvert
# nbformat
# notebook
typing-extensions==3.7.4.3
# via importlib-metadata
# via
# anyio
# importlib-metadata
urllib3==1.26.3
# via requests
wcwidth==0.2.5
# via prompt-toolkit
webencodings==0.5.1
# via bleach
werkzeug==1.0.1
# via tensorboard
wheel==0.36.2
# via tensorboard
widgetsnbextension==3.5.1
# via ipywidgets
xmltodict==0.12.0
# via motmetrics
zipp==3.4.0
Expand Down