Replies: 1 comment
-
is mormal |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run it on Jetson Nano with following instructions
git clone https://github.com/enazoe/yolo-tensorrt.git
cd yolo-tensorrt/
mkdir build
cd build/
cmake ..
make
./yolo-trt
First I chose the CMakeLists.txt as mentioned in the hyperlink before this text. However in this case it could not found the class_timer.hpp. Later I used the CMakeLists.txt file from the repository.
I ran
cmake . && make
./yolo-trt
To which it is giving following error:
File does not exist : configs/yolov3-kFLOAT-batch1.engine
**during make process I had few deprecated warnings.
Beta Was this translation helpful? Give feedback.
All reactions