pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.53k stars 21.33k forks source link

jetson tx2 3fps why? #576

Open hexiangquan opened 6 years ago

hexiangquan commented 6 years ago

i have test 416 ssd i can get 15fps. but use yolov3 just get 3 fps

springkim commented 6 years ago

yolov3 is based on darknet53. This model is not very fast on embedded system. Actually, i am also working on jetson tx2. So i will make custom model like tiny-darknet(darknet-reference). You need to change darknet53(yolov3.cfg) for fast detection.

hexiangquan commented 6 years ago

@springkim i will try use tensorRT

RushNuts commented 6 years ago

@springkim hi there! how much fps you have on tx2? That's yolo version and height&width you use?

TheExDeus commented 6 years ago

Has anyone really managed to port Yolov2 or v3 to tensorRT? Custom layers make it a pain.

hexiangquan commented 6 years ago

i have done it 10fps

springkim commented 6 years ago

Hi @hexiangquan Did you use YOLOv3 as TensorRT?

hexiangquan commented 6 years ago

yes

发自我的 iPhone

在 2018年4月3日,下午9:46,KimBomm notifications@github.com 写道:

Hi @hexiangquan Did you use YOLOv3 as TensorRT?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

TheExDeus commented 6 years ago

Could you share some info how you did it?

bufistov commented 6 years ago

Hi @hexiangquan,

Could you please share you code?

ahunde commented 5 years ago

I have got roughly 14 fps with tiny YOLO v3, that is not satisfactory either.

bufistov commented 5 years ago

My main findings were:

LiangHao92 commented 5 years ago

@hexiangquan Can you tell me the memory usage of yolo v3 on tx2?

sharoseali commented 5 years ago

@hexiangquan please reply .. many people are looking on you.... please

ccosc commented 5 years ago

I only get 1fps,that sucks.