From 918315a1fc9ed3f4209054336171d2a5d9cc88a6 Mon Sep 17 00:00:00 2001 From: p18530742 <80907588@qq.com> Date: Fri, 25 Jun 2021 18:48:57 +0800 Subject: [PATCH] Add requirements.txt --- requirements.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d0556b3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +torch==1.6.0 +torchvision==0.7.0 +tqdm==4.61.1 +termcolor==1.1.0 +addict==2.4.0 +opencv-python==4.5.2.54 +scikit-learn==0.24.2 +pytorch-warmup==0.0.4 +tensorboard==2.5.0 +pandas==1.1.5 +scipy==1.5.4 +pathspec==0.8.1 +yapf==0.31.0 \ No newline at end of file