MobileNet-SSD-TensorRT
Accelerate mobileNet-ssd with tensorRT
File Explorer
Download Latest Version (.zip)- .DS_Store
- MobileNetSSD_deploy.caffemodel
- MobileNetSSD_deploy.caffemodel.1.tensorcache
- MobileNetSSD_deploy_iplugin.prototxt
- test.jpg
- test1.png
- test.avi
- cudaMappedMemory.h
- cudaNormalize.cu
- cudaNormalize.h
- cudaOverlay.cu
- cudaOverlay.h
- cudaResize.cu
- cudaResize.h
- cudaRGB.cu
- cudaRGB.h
- cudaUtility.h
- cudaYUV-NV12.cu
- cudaYUV-YUYV.cu
- cudaYUV-YV12.cu
- cudaYUV.h
- loadImage.cpp
- loadImage.h
- .DS_Store
- CMakeLists.txt
- common.cpp
- common.h
- cudaUtility.h
- imageBuffer.h
- kernel.cu
- main.cpp
- mathFunctions.cpp
- mathFunctions.cu
- mathFunctions.h
- mobileNet.cbp
- pluginImplement.cpp
- pluginImplement.h
- README.md
- tensorNet.cpp
- tensorNet.h
# Installation Guide
1. Get the code
git clone https://github.com/Ghustwb/MobileNet-SSD-TensorRT
Downloads the entire project code from GitHub to your computer.
cd MobileNet-SSD-TensorRT
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake .
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
