rsen

Results 34 comments of rsen

> 我尝试了很多次。 frozen to just 3, batchsize one GPU可以设置到32, 8 GPU设置为 4X8,更大的batchsize就会报错 OOM, unfrozen后,one GPU 必须设置8 以及以下, 8GPU必须设置1X8 或者更小,。 > 我目前最大的问题是YOLOV3 完成一个任务的训练只需要20多个小时,因为batchsize配置的很大, YOLOV4 unfrozen后batchsize只能配置8,训练时间非常的长,40万数据1个epoch需要10个小时,通常我需要训练50个epoch, 2个月才能完成一个模型训练, I understand. I too am...

> 我尝试了很多次。 frozen to just 3, batchsize one GPU可以设置到32, 8 GPU设置为 4X8,更大的batchsize就会报错 OOM, unfrozen后,one GPU 必须设置8 以及以下, 8GPU必须设置1X8 或者更小,。 > 我目前最大的问题是YOLOV3 完成一个任务的训练只需要20多个小时,因为batchsize配置的很大, YOLOV4 unfrozen后batchsize只能配置8,训练时间非常的长,40万数据1个epoch需要10个小时,通常我需要训练50个epoch, 2个月才能完成一个模型训练, I am also surprised the...

> I trained with my own data set, and loss felt high and converged slowly @lanyufei did you have to use a very small batch size when training on your...

are you on Linux? maybe permissions issue?

I get a similar error. This is confusing in that I looked at model, utils, object detection, and generate detections and could not find anything that looked like it would...

It is only trained for one class. This is on the main page "Please note that the tracking model used here is only trained on tracking people, so you'd need...

I have run it on Jetson TX2 it works fine although very slow. The nano though has a lot less horsepower so i bet you can run it but it...

OOM would mean that the GPU is being overwhelmed. The easiest way to deal with this is usually reduce batch size. Another way is to reduce size of dataset like...

are you using tiny yolo? I am assuming your also using a web camera or are you using a mipi? I need to know more to trouble shoot but one...

Answers inline Hardware • I'm using an usb camera, but final goal is streaming a web-camera (accessing via url) • I would be able to use a mipi-camera though if...