Timo-hab
Timo-hab
I am trying to reproduce the results for the cityscapes dataset. I am now at the joint training and in the paper says the crop size was 1396x1396 px (half...
Hi Fisher I riddle about the various input shape in the prototxt file. In dilation 10 it says: ``` input_shape { dim: 1 dim: 3 dim: 1396 dim: 1396 }...
Hi, it comes to that line: scipy.misc.toimage(rgb, cmin=0.0, cmax=255).save(IMAGE_FILE+'_segnet.png') I get the error: IMAGE_FILE is not defined. How can I get the names of the image files? Thank you in...
Hi if I add "AdaGrad" to segnet_solver.prototxt i get following error: ` Message type "caffe.SolverParameter" has no field named "type".` Is this due to segnet-caffe? Is there a workaround? Best...
Hi Is it possible to get a specific output images of the 233 test images? For example, if I want to display the image 100th. And is it possible to...
I am running the yolo_deploy.prototxt and get a runtime of 0.36 s for the net.forward_all. On GPU it takes 0.7 s for the same image (500x250px). How can it be...