Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/docs/install.md
Views: 475
INSTAllation
Requirements
Linux (Recommend), Windows (not Recommend, Please refer to this issue if you have difficulty in generating utils/nms_rotated_ext.cpython-XX-XX-XX-XX.so)
Python 3.7+
PyTorch ≥ 1.7
CUDA 9.0 or higher
I have tested the following versions of OS and softwares:
OS:Ubuntu 16.04/18.04
CUDA: 10.0/10.1/10.2/11.3
Install
CUDA Driver Version ≥ CUDA Toolkit Version(runtime version) = torch.version.cuda
a. Create a conda virtual environment and activate it, e.g.,
b. Make sure your CUDA runtime api version ≤ CUDA driver version. (for example 11.3 ≤ 11.4)
c. Install PyTorch and torchvision following the official instructions, Make sure cudatoolkit version same as CUDA runtime api version, e.g.,
d. Clone the yolov5-obb repository.
e. Install yolov5-obb.
Install DOTA_devkit.
(Custom Install, it's just a tool to split the high resolution image and evaluation the obb)