You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MtpNet is an efficient multitasking network used to solve three important tasks in autonomous driving: traffic object detection, drivable area segmentation, and lane detection.
In all three tasks, both accuracy and speed have reached advanced levels.
python demo_onnx.py --source demo/images/example.png # Identify the specified image
python demo_onnx.py --source demo/images # Identify all images in the folder
python demo_onnx.py --source demo/videos/example.mp4 # Identify designated videos
python demo_onnx.py --source demo/videos # Identify all videos in the folder
python demo_onnx.py --source 0 # Real recognition through camera