-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Segmentation Fault #81
Comments
I got the same fault. Do you have solved the problem? |
No not at the moment. |
There is a hint " can not find output named yolo-det " in the log. Please apply --prototxt with "the yolov3_608_trt.prototxt" instead of "yolov3_608.prototxt". more information in https://github.com/lewes6369/TensorRT-Yolov3#models |
try: |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I am getting some kind of segmentation fault and i don't know why
Here is my test of the program
./runYolov3 --caffemodel=./yolov3_608.caffemodel --prototxt=./yolov3_608.prototxt --input=dog.jpg --W=608 --H=608 --class=80
####### input args#######
C=3;
H=608;
W=608;
batchsize=1;
caffemodel=./yolov3_608.caffemodel;
calib=;
class=80;
enginefile=;
evallist=;
input=dog.jpg;
mode=fp32;
nms=0.450000;
outputs=yolo-det;
prototxt=./yolov3_608.prototxt;
####### end args#######
init plugin proto: ./yolov3_608.prototxt caffemodel: ./yolov3_608.caffemodel
Begin parsing model...
End parsing model...
can not find output named yolo-det
Begin building engine...
Segmentation fault (core dumped)
Kind regards
The text was updated successfully, but these errors were encountered: