Hi,
Is the Ultra 96 development board compatible with yolo v5?
What we want to do is to measure the distance of other vehicles or objects in front of the vehicle, can you give an idea about how to do this?
Hi,
Is the Ultra 96 development board compatible with yolo v5?
What we want to do is to measure the distance of other vehicles or objects in front of the vehicle, can you give an idea about how to do this?
Ezgi,
The latest version of Vitis-AI supports the following yolo models:
No. |
Model |
Name |
26 |
yolov3_bdd |
dk_yolov3_bdd_288_512_53.7G |
27 |
yolov3_adas_pruned_0_9 |
dk_yolov3_cityscapes_256_512_0.9_5.46G |
28 |
yolov3_voc |
dk_yolov3_voc_416_416_65.42G |
29 |
yolov2_voc |
dk_yolov2_voc_448_448_34G |
30 |
yolov2_voc_pruned_0_66 |
dk_yolov2_voc_448_448_0.66_11.56G |
31 |
yolov2_voc_pruned_0_71 |
dk_yolov2_voc_448_448_0.71_9.86G |
32 |
yolov2_voc_pruned_0_77 |
dk_yolov2_voc_448_448_0.77_7.82G |
42 |
tiny-yolov3 |
dk_tiny-yolov3_416_416_5.46G |
43 |
yolov4 |
dk_yolov4_coco_416_416_60.1G |
44 |
pruned_yolov4 |
dk_yolov4_coco_416_416_0.36_38.2G |
62 |
yolov3_voc |
tf_yolov3_voc_416_416_65.63G |
110 |
Yolo-X |
pt_yolox_TT100K_640_640_73G |
https://github.com/Xilinx/Vitis-AI/tree/master/models/AI-Model-Zoo
You can try them out on the Ultra96-V2 with the following design:
https://avnet.me/vitis-ai-2.0-project
Regards,
Mario.
Thank you for your feedback.
I have one more question .
Is there any application with yolov4 or yolov5 to detect distance between vehicles or objects using Ultra 96-V2?
If your answer is yes, can you share an example for it?