Update копия_блокнота__turtorial_ipynb_ (3).py
Browse files
копия_блокнота__turtorial_ipynb_ (3).py
CHANGED
@@ -1,19 +1,8 @@
|
|
1 |
-
# -*- coding: utf-8 -*-
|
2 |
-
"""Копия_блокнота_"turtorial_ipynb".ipynb
|
3 |
-
|
4 |
-
Automatically generated by Colaboratory.
|
5 |
-
|
6 |
-
Original file is located at
|
7 |
-
https://colab.research.google.com/github/kisa-misa/YOLOv5_Torchvision-Yekaterinburg-crossroads-results/blob/main/%D0%9A%D0%BE%D0%BF%D0%B8%D1%8F_%D0%B1%D0%BB%D0%BE%D0%BA%D0%BD%D0%BE%D1%82%D0%B0_%22turtorial_ipynb%22.ipynb
|
8 |
-
|
9 |
-
# Setup
|
10 |
-
Clone repo and install dependencies.
|
11 |
-
"""
|
12 |
|
13 |
# Commented out IPython magic to ensure Python compatibility.
|
14 |
!git clone https://github.com/meituan/YOLOv6.git
|
15 |
-
|
16 |
-
|
17 |
|
18 |
"""# Inference
|
19 |
First, download a pretrained model from the YOLOv6 [release](https://github.com/meituan/YOLOv6/releases).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# Commented out IPython magic to ensure Python compatibility.
|
3 |
!git clone https://github.com/meituan/YOLOv6.git
|
4 |
+
%cd YOLOv6
|
5 |
+
%pip install -r requirements.txt
|
6 |
|
7 |
"""# Inference
|
8 |
First, download a pretrained model from the YOLOv6 [release](https://github.com/meituan/YOLOv6/releases).
|