Skip to content

Commit

Permalink
add yolo classification series
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Nov 1, 2024
1 parent b27f21a commit 33b8b7a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,17 +370,25 @@ model = xinfer.create_model(model)
</thead>
<tbody>
<tr>
<td><a href="https://github.com/ultralytics/ultralytics">YOLOv8 Series</a></td>
<td><a href="https://github.com/ultralytics/ultralytics">YOLOv8 Detection Series</a></td>
<td><pre lang="python"><code>xinfer.create_model("ultralytics/yolov8n")</code></pre></td>
</tr>
<tr>
<td><a href="https://github.com/ultralytics/ultralytics">YOLOv10 Series</a></td>
<td><a href="https://github.com/ultralytics/ultralytics">YOLOv10 Detection Series</a></td>
<td><pre lang="python"><code>xinfer.create_model("ultralytics/yolov10x")</code></pre></td>
</tr>
<tr>
<td><a href="https://github.com/ultralytics/ultralytics">YOLOv11 Series</a></td>
<td><a href="https://github.com/ultralytics/ultralytics">YOLOv11 Detection Series</a></td>
<td><pre lang="python"><code>xinfer.create_model("ultralytics/yolov11s")</code></pre></td>
</tr>
<tr>
<td><a href="https://github.com/ultralytics/ultralytics">YOLOv8 Classification Series</a></td>
<td><pre lang="python"><code>xinfer.create_model("ultralytics/yolov8n-cls")</code></pre></td>
</tr>
<tr>
<td><a href="https://github.com/ultralytics/ultralytics">YOLOv11 Classification Series</a></td>
<td><pre lang="python"><code>xinfer.create_model("ultralytics/yolov11s-cls")</code></pre></td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 33b8b7a

Please sign in to comment.