NVIDIA-AI-IOT / face-mask-detection

Face Mask Detection using NVIDIA Transfer Learning Toolkit (TLT) and DeepStream for COVID-19
MIT License
241 stars 94 forks source link

Fix face-mask-detection.ipynb error in visualize_images function #23

Open charlielito opened 3 years ago

charlielito commented 3 years ago

Fix no integer division in visualize_images function, which can causes a bad indexing of the matplotlib figure

leidawt commented 3 years ago

I have met the same problem, the integer bug should be fixed.