nanmi / YOLOX-deepstream

deploy yolox algorithm use deepstream
89 stars 27 forks source link

run YOLOX detector+DeepSORT w/ deepstream #15

Open tulbureandreit opened 2 years ago

tulbureandreit commented 2 years ago

Hello,

I want to run yolox tracking with deepstream and I seem to have succeeded in running the samples detector+deepSORT, but I am stuck in configuring the program to use YOLOX instead of the primary_Detector.

Any ideas how I can run it successfully?

My board is Nvidia Xavier AGX dev kit.

My main concern is the error I receive when trying to build the yolox project: no header opencv2.h found.

JustdoITcom commented 2 years ago

The information I can provide is below.

If you look inside the makefile, it seems that you need to change the path to call the opencv library and gcc library on line 26 to match.

tulbureandreit commented 2 years ago

solved it. thank you.

there were also problems regarding the cflags for includes

tulbureandreit commented 2 years ago

@nanmi Have you managed to run yolox-tiny or yolox-nano?

callmesora commented 2 years ago

@tulbureandreit Call you tell me how you did it? I'm trying to do the same on Nvidia Xavier AGV as well. Also trying Bytetrack+ YOLO X (its faster than DeepSort)

nanmi commented 2 years ago

@nanmi您是否设法运行 yolox-tiny 或 yolox-nano?

I haven't tried it, but please share it if you verify it☺

tulbureandreit commented 2 years ago

@callmesora hello. sorry for the late response. do you still have issues with it ?

tulbureandreit commented 2 years ago

@nanmi i have not managed to run them. sorry.