forked from hustvl/YOLOP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyolop_env.yml
87 lines (87 loc) · 2.35 KB
/
yolop_env.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
name: yolop_env
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- blas=1.0=mkl
- ca-certificates=2022.5.18.1=ha878542_0
- cudatoolkit=10.2.89=h713d32c_10
- freetype=2.10.4=h0708190_1
- giflib=5.2.1=h36c2ea0_2
- intel-openmp=2021.4.0=h06a4308_3561
- jbig=2.1=h7f98852_2003
- jpeg=9e=h166bdaf_1
- lcms2=2.12=hddcbb42_0
- ld_impl_linux-64=2.36.1=hea4e1c9_2
- lerc=3.0=h9c3ff4c_0
- libdeflate=1.10=h7f98852_0
- libffi=3.4.2=h7f98852_5
- libgcc-ng=12.1.0=h8d9b700_16
- libgomp=12.1.0=h8d9b700_16
- libnsl=2.0.0=h7f98852_0
- libpng=1.6.37=h21135ba_2
- libstdcxx-ng=12.1.0=ha89aaad_16
- libtiff=4.3.0=h542a066_3
- libuv=1.43.0=h7f98852_0
- libwebp=1.2.2=h3452ae3_0
- libwebp-base=1.2.2=h7f98852_1
- libxcb=1.13=h7f98852_1004
- libzlib=1.2.11=h166bdaf_1014
- lz4-c=1.9.3=h9c3ff4c_1
- mkl=2021.4.0=h06a4308_640
- mkl-service=2.4.0=py37h402132d_0
- mkl_fft=1.3.1=py37h3e078e5_1
- mkl_random=1.2.2=py37h219a48f_0
- ncurses=6.3=h27087fc_1
- ninja=1.11.0=h924138e_0
- numpy-base=1.21.5=py37hf524024_2
- openjpeg=2.4.0=hb52868f_1
- openssl=3.0.3=h166bdaf_0
- pillow=9.1.1=py37h44f0d7a_0
- pip=22.0.4=pyhd8ed1ab_0
- pthread-stubs=0.4=h36c2ea0_1001
- python=3.7.12=hf930737_100_cpython
- python_abi=3.7=2_cp37m
- pytorch=1.7.0=py3.7_cuda10.2.89_cudnn7.6.5_0
- readline=8.1=h46c0cb4_0
- setuptools=62.3.2=py37h89c1867_0
- six=1.16.0=pyh6c4a22f_0
- sqlite=3.38.5=h4ff8645_0
- tk=8.6.12=h27826a3_0
- torchvision=0.8.0=py37_cu102
- typing_extensions=4.2.0=pyha770c72_1
- wheel=0.37.1=pyhd8ed1ab_0
- xorg-libxau=1.0.9=h7f98852_0
- xorg-libxdmcp=1.1.3=h7f98852_0
- xz=5.2.5=h516909a_1
- zlib=1.2.11=h166bdaf_1014
- zstd=1.5.2=h8a70e8d_1
- pip:
- cycler==0.11.0
- cython==0.29.30
- fonttools==4.33.3
- imageio==2.19.2
- joblib==1.1.0
- kiwisolver==1.4.2
- matplotlib==3.5.2
- numpy==1.21.6
- opencv-python==4.5.5.64
- packaging==21.3
- pandas==1.3.5
- prefetch-generator==1.0.1
- protobuf==3.20.1
- pyparsing==3.0.9
- python-dateutil==2.8.2
- pytz==2022.1
- pyyaml==6.0
- scikit-learn==1.0.2
- scipy==1.7.3
- seaborn==0.11.2
- tensorboardx==2.5
- threadpoolctl==3.1.0
- tqdm==4.64.0
- yacs==0.1.8
prefix: /home/ktsiakas/anaconda3/envs/yolop_env