ardianumam / Tensorflow-TensorRT

This repository is for my YT video series about optimizing a Tensorflow deep learning model using TensorRT. We demonstrate optimizing LeNet-like model and YOLOv3 model, and get 3.7x and 1.5x faster for the former and the latter, respectively, compared to the original models.
303 stars 110 forks source link

typo in path for demo video #6

Closed LukeAI closed 5 years ago

LukeAI commented 5 years ago

In the Yolo .ipynb, the demo video path id given as video_path = "./dataset/demo_video/road.mp4" # path for video input but in the repo it is 'road2.mp4'

ardianumam commented 5 years ago

Thanks for pointing it out. Already updated.