Please provide the following information when requesting support.
• Hardware (T4/V100/Xavier/Nano/etc) t4
• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc) yolov4
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here) idk
• Training spec file(If have, please share here) don’t need to know
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
hi i want to deploy my model that i trained by using yolo_v4 but i (this)[read YOLOv4 - NVIDIA Docs] document and it doesn’t work for me
i did it step by step
changing cmake and find GPU_ARCH(which in my case was 75) and …
but i got error in make on tensorrt build folder
error:
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
make[3]: *** [plugin/CMakeFiles/nvinfer_plugin.dir/build.make:2754: plugin/CMakeFiles/nvinfer_plugin.dir/common/kernels/sortScoresPerImage.cu.o] Error 1
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘…’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘…’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
make[3]: *** [plugin/CMakeFiles/nvinfer_plugin.dir/build.make:2299: plugin/CMakeFiles/nvinfer_plugin.dir/efficientNMSPlugin/efficientNMSInference.cu.o] Error 1
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘…’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘…’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
make[3]: *** [plugin/CMakeFiles/nvinfer_plugin.dir/build.make:2585: plugin/CMakeFiles/nvinfer_plugin.dir/common/kernels/maskRCNNKernels.cu.o] Error 1
2 posts - 2 participants