Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run lane_video. py with resnet18_bezierlanene_tusimple.aug1b_20211109.pt , save the video without detection results? #173

Open
1623021453 opened this issue Feb 28, 2024 · 3 comments

Comments

@1623021453
Copy link

Hello, when I run lane_video. py with
python tools/vis/lane_video.py --video-path=/media/user/新加卷/zxc/code/Vehicle-CV-ADAS/TrafficLaneDetector/temp/example.mp4 --save-path=/media/user/新加卷/zxc_ubuntu/code/pytorch-auto-drive/output/test.mp4 --config=/media/user/ 新加卷/zxc_ubuntu/code/pytorch-auto-drive/configs/lane_detection/bezierlanenet/resnet18_tusimple_aug1b.py --style=bezier --checkpoint=/media/user/新加卷/zxc_ubuntu/code/pytorch-auto-drive/resnet18_bezie
rlanenet_tusimple_aug1b_20211109.pt ,
save the video without detection results.Who can tell me why?

@voldemortX
Copy link
Owner

@1623021453 maybe add some debug log to verify if the model indeed has outputs

@1623021453
Copy link
Author

谢谢回复,确实没有输出,keypoints是空的,我用resnet18_bezie
rlanenet_tusimple_aug1b_20211109.pt 测tusimple的图片数据是有检测结果的,测视频没有检测结果是什么原因呢?我用erfnet_baseline_tusimple_20210424.pt测同一个视频,检测结果很好

@voldemortX
Copy link
Owner

@1623021453 这个可能得具体看下是解析后处理有bug,还是模型原始结果没有。你看的只是keypoints是空的对吧。模型原始的score和控制点有么

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants