TensorRT-SSD icon indicating copy to clipboard operation
TensorRT-SSD copied to clipboard

deployment file to run detection on images

Open kar1989 opened this issue 7 years ago • 4 comments

Hi, thanks for the repo and iplugin layer for SSD. Can you provide the code to deploy and test on VOC images?

kar1989 avatar Feb 01 '18 08:02 kar1989

ok, I will upload a simple test code.

chenzhi1992 avatar Feb 01 '18 08:02 chenzhi1992

Thank you so much. It will be very useful for understanding.

kar1989 avatar Feb 01 '18 09:02 kar1989

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

gaddekumar avatar Feb 06 '18 19:02 gaddekumar

Hi any update on the inference code?

kar1989 avatar Mar 12 '18 10:03 kar1989