├── HLS ├── cnn.cpp └── cnn.h ├── README.md ├── Vivado_Design.pdf ├── jupyter_notebooks ├── Social_Distance_Detection.ipynb ├── YOLO_HDMI.bit ├── YOLO_HDMI.tcl ├── camera_configs.py ├── softmax.so └── yolo.py └── 作品全貌.jpeg /HLS/cnn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/HLS/cnn.cpp -------------------------------------------------------------------------------- /HLS/cnn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/HLS/cnn.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/README.md -------------------------------------------------------------------------------- /Vivado_Design.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/Vivado_Design.pdf -------------------------------------------------------------------------------- /jupyter_notebooks/Social_Distance_Detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/jupyter_notebooks/Social_Distance_Detection.ipynb -------------------------------------------------------------------------------- /jupyter_notebooks/YOLO_HDMI.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/jupyter_notebooks/YOLO_HDMI.bit -------------------------------------------------------------------------------- /jupyter_notebooks/YOLO_HDMI.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/jupyter_notebooks/YOLO_HDMI.tcl -------------------------------------------------------------------------------- /jupyter_notebooks/camera_configs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/jupyter_notebooks/camera_configs.py -------------------------------------------------------------------------------- /jupyter_notebooks/softmax.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/jupyter_notebooks/softmax.so -------------------------------------------------------------------------------- /jupyter_notebooks/yolo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/jupyter_notebooks/yolo.py -------------------------------------------------------------------------------- /作品全貌.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alioth2000/PYNQ-Z2-Social-Distance-Detector/HEAD/作品全貌.jpeg --------------------------------------------------------------------------------