- Single Shot MultiBox Detector
- YoloV3 Detector
- Gaussian YoloV3 Detector
- Retina Detector
- Efficient Detector
- Center Detector
- OS : ubuntu linux 16.04 LTS
- Graphic card / driver : rtx 2080ti / 418.56
- Anaconda version : 4.7.12
- Configure Run Environment
- Create a virtual environment
jg@JG:~$ conda create -n mxnet python==3.7.3
- Install the required module
jg@JG:~$ conda activate mxnet (mxnet) jg@JG:~$ conda install cudatoolkit==10.1.243 cudnn (mxnet) jg@JG:~$ pip install mxnet-cu101==1.6.0 tensorboard mxboard gluoncv plotly mlflow opencv-python==4.1.1.26 onnx tqdm PyYAML --pre --upgrade
- Configure Run Environment
- medical18@naver.com / JONGGON