פיתוח בינה מלאכותית : YOLO התקנה סבבית פייתון נטו
1 |
pip <span class="token function">install</span> virtualenv |
1 2 3 4 5 6 7 8 |
<span class="token function">mkdir</span> projectA <span class="token builtin class-name">cd</span> projectA python3.8 <span class="token parameter variable">-m</span> venv <span class="token function">env</span></code> pip install -r requirement.txt inside should has numpy pandas matplotlib opencv-python jupyter labelImg |