sel118 / LaneAF

189 stars 36 forks source link

Can't create video visualization in infer_tusimple.py #40

Closed cphsuan closed 2 years ago

cphsuan commented 2 years ago

I get the similar results in Tusimple dataset (for infer_tusimple.py)

But... I can see the original img using cv2.imshow('img', img) When I try to show the img_out ( in line 130), I get the black screen.... cv2.imshow('img_img_out', img_out)

I'm sure I input the --save-vizin the command, img has already be read and installed the opencv...

As that make me not create the final 'out.mkv'.....

cphsuan commented 2 years ago

I solve the problem : )