Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access memory at address #406

Closed
ioir123ju opened this issue Jul 7, 2023 · 4 comments
Closed

Cannot access memory at address #406

ioir123ju opened this issue Jul 7, 2023 · 4 comments

Comments

@ioir123ju
Copy link

ioir123ju commented Jul 7, 2023

I have the Segmentation fault with YoloV8.

image

config file:

[property]
#gpu-id=0
net-scale-factor=0.0039215697906911373
#0=RGB, 1=BGR
model-color-format=0
onnx-file=../models/2023_06_30.onnx
#model-engine-file=../models/primary.trt
#int8-calib-file=calib.table
labelfile-path=det_labels.txt
#int8-calib-file=../models/yolov4.cache
batch-size=32

network-mode=2
num-detected-classes=5
gie-unique-id=1
network-type=0
is-classifier=0

cluster-mode=2
maintain-aspect-ratio=1
parse-bbox-func-name=NvDsInferParseYolo
custom-lib-path=/opt/nvidia/deepstream/deepstream/lib/libnvdsinfer_custom_impl_Yolo.so
engine-create-func-name=NvDsInferYoloCudaEngineGet
symmetric-padding=1

[class-attrs-all]
nms-iou-threshold=0.45
pre-cluster-threshold=0.5

@marcoslucianops
Copy link
Owner

@ioir123ju
Copy link
Author

https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/docs/YOLOv8.md

Of course, I followed this document to do it, but the result was a segmentation fault.

@marcoslucianops
Copy link
Owner

The current files in this repo don't use yoloLayer plugin for YOLOv8 models. Please update the files and generate the engine again running the DeepStream code.

@ioir123ju
Copy link
Author

The current files in this repo don't use yoloLayer plugin for YOLOv8 models. Please update the files and generate the engine again running the DeepStream code.

Thank you for your response, but I have already implemented the latest version of DeepStream-Yolo. But it is not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants