TensorRT-SSD
TensorRT-SSD copied to clipboard
deployment file to run detection on images
Hi, thanks for the repo and iplugin layer for SSD. Can you provide the code to deploy and test on VOC images?
ok, I will upload a simple test code.
Thank you so much. It will be very useful for understanding.
Hi, Are you able to compile this on host or only on the Jetson? Thank you. I am getting this error when I am trying to compile on the host: nvcc fatal : redefinition of argument 'std' CMake Error at jetson-inference_generated_cudaYUV-YV12.cu.o.Debug.cmake:222 (message): Error generating /home/fares/Desktop/spring18/testing/Face-Recognition-master (2)/cmake-build-debug/CMakeFiles/jetson-inference.dir/util/cuda/./jetson-inference_generated_cudaYUV-YV12.cu.o
nvcc fatal : redefinition of argument 'std' CMake Error at jetson-inference_generated_kernel.cu.o.Debug.cmake:222 (message): Error generating /home/fares/Desktop/spring18/testing/Face-Recognition-master (2)/cmake-build-debug/CMakeFiles/jetson-inference.dir//./jetson-inference_generated_kernel.cu.o
make[2]: *** [CMakeFiles/jetson-inference.dir/util/cuda/jetson-inference_generated_cudaYUV-YV12.cu.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [CMakeFiles/jetson-inference.dir/jetson-inference_generated_kernel.cu.o] Error 1 [ 19%] Building CXX object face-recognition/CMakeFiles/face-recognition.dir/face-recognition.cpp.o nvcc fatal : redefinition of argument 'std' CMake Error at jetson-inference_generated_cudaFont.cu.o.Debug.cmake:222 (message): Error generating /home/fares/Desktop/spring18/testing/Face-Recognition-master (2)/cmake-build-debug/CMakeFiles/jetson-inference.dir/util/cuda/./jetson-inference_generated_cudaFont.cu.o
make[2]: *** [CMakeFiles/jetson-inference.dir/util/cuda/jetson-inference_generated_cudaFont.cu.o] Error 1 make[1]: *** [CMakeFiles/jetson-inference.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from /usr/include/glib-2.0/glib/galloca.h:32:0, from /usr/include/glib-2.0/glib.h:30, from /usr/include/gstreamer-1.0/gst/gst.h:27, from /home/fares/Desktop/spring18/testing/Face-Recognition-master (2)/cmake-build-debug/x86_64/include/gstCamera.h:8, from /home/fares/Desktop/spring18/testing/Face-Recognition-master (2)/face-recognition/face-recognition.cpp:2: /usr/include/glib-2.0/glib/gtypes.h:32:24: fatal error: glibconfig.h: No such file or directory #include <glibconfig.h> ^ compilation terminated. make[2]: *** [face-recognition/CMakeFiles/face-recognition.dir/face-recognition.cpp.o] Error 1 make[1]: *** [face-recognition/CMakeFiles/face-recognition.dir/all] Error 2 make: *** [all] Error 2
Hi any update on the inference code?