File size: 1,258 Bytes
8a6d1d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body> 
    Try this demo for an object detector trained on <a href="https://github.com/hasibzunair/RSUD20K">RSUD20K</a>, 
    introduced in our paper <a href="https://arxiv.org/abs/2401.07322">RSUD20K: A Dataset for Road Scene Understanding In Autonomous Driving</a>.
    </br>
    RSUD20K is a new object detection dataset for road scene understanding, 
    comprised of over 20K high-resolution images from the driving perspective 
    on Bangladesh roads, and includes 130K bounding box annotations for 
    13 objects.
    </br>
    You can use this demo to get the a bounding box and class label predictions of objects present in your images or videos. To use it, simply 
    upload an image or video of your choice and hit submit. You will get one or more bounding boxes and names of objects present 
    in your images or videos from this list: 
    (person, rickshaw, rickshaw van, auto rickshaw, truck, pickup truck, private car, motorcycle, bicycle, bus, micro bus, covered van, human hauler)
    </br>
    <a href="https://www.kaggle.com/datasets/hasibzunair/rsud20k-bangladesh-road-scene-understanding">Dataset Page</a>
    </br>
</body>
</html>