File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ const taskData: TaskDataCustom = {
44
44
models : [
45
45
{
46
46
// TO DO: write description
47
- description : "Solid semantic segmentation model fine-tuned on ADE20k, an important benchmark comprising 150 classes." ,
47
+ description :
48
+ "Solid semantic segmentation model fine-tuned on ADE20k, an important benchmark comprising 150 classes." ,
48
49
id : "openmmlab/upernet-convnext-small" ,
49
50
} ,
50
51
{
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ const taskData: TaskDataCustom = {
51
51
id : "jameslahm/yolov10x" ,
52
52
} ,
53
53
{
54
- description : "RT-DETR is a fast and accurate object detection model pre-trained on the COCO and Object365 datasets." ,
54
+ description :
55
+ "RT-DETR is a fast and accurate object detection model pre-trained on the COCO and Object365 datasets." ,
55
56
id : "PekingU/rtdetr_r18vd_coco_o365" ,
56
57
} ,
57
58
] ,
You can’t perform that action at this time.
0 commit comments