Showing
2 changed files
with
12 additions
and
150 deletions
1 | # Installation | 1 | # Installation |
2 | 2 | ||
3 | -1. Create conda env | 3 | +<!-- 1. Create conda env --> |
4 | 4 | ||
5 | - ```bash | 5 | + <!-- ```bash --> |
6 | - ~$ conda env create --name {any_names_you_want} --file environment.yaml | 6 | + <!-- ~$ conda env create --name {any_names_you_want} --file environment.yaml --> |
7 | - ``` | 7 | + <!-- ``` --> |
8 | 8 | ||
9 | -2. Activate conda env | 9 | +<!-- 2. Activate conda env --> |
10 | 10 | ||
11 | - ```bash | 11 | + <!-- ```bash --> |
12 | - ~$ conda activate {any_names_you_want} | 12 | + <!-- ~$ conda activate {any_names_you_want} --> |
13 | - ``` | 13 | + <!-- ``` --> |
14 | 14 | ||
15 | -3. Install some packages manually | 15 | +<!-- 3. Install some packages manually --> |
16 | 16 | ||
17 | - ```bash | 17 | + <!-- ```bash --> |
18 | - ~$ pip install pygame | 18 | + <!-- ~$ pip install pygame --> |
19 | - ``` | 19 | + <!-- ``` --> |
20 | 20 | ||
21 | # Dataset | 21 | # Dataset |
22 | 22 | ... | ... |
DetectModel/environment.yaml
deleted
100644 → 0
1 | -name: capstone-design-two | ||
2 | -channels: | ||
3 | - - conda-forge | ||
4 | - - defaults | ||
5 | -dependencies: | ||
6 | - - _tflow_select=2.3.0=mkl | ||
7 | - - absl-py=1.0.0=pyhd8ed1ab_0 | ||
8 | - - appnope=0.1.3=pyhd8ed1ab_0 | ||
9 | - - astor=0.8.1=pyh9f0ad1d_0 | ||
10 | - - backcall=0.2.0=pyh9f0ad1d_0 | ||
11 | - - backports=1.0=py_2 | ||
12 | - - backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0 | ||
13 | - - blas=1.0=mkl | ||
14 | - - brotli=1.0.9=h5eb16cf_7 | ||
15 | - - brotli-bin=1.0.9=h5eb16cf_7 | ||
16 | - - bzip2=1.0.8=h1de35cc_0 | ||
17 | - - c-ares=1.18.1=h0d85af4_0 | ||
18 | - - ca-certificates=2021.10.8=h033912b_0 | ||
19 | - - cairo=1.16.0=h8023c5d_1 | ||
20 | - - certifi=2021.10.8=py37hf985489_2 | ||
21 | - - cycler=0.11.0=pyhd8ed1ab_0 | ||
22 | - - debugpy=1.6.0=py37h0582d14_0 | ||
23 | - - decorator=5.1.1=pyhd8ed1ab_0 | ||
24 | - - entrypoints=0.4=pyhd8ed1ab_0 | ||
25 | - - ffmpeg=4.0=h01ea3c9_0 | ||
26 | - - fontconfig=2.13.1=ha9ee91d_0 | ||
27 | - - fonttools=4.33.2=py37h994c40b_0 | ||
28 | - - freetype=2.10.4=h4cff582_1 | ||
29 | - - gast=0.2.2=py37_0 | ||
30 | - - gettext=0.21.0=h7535e17_0 | ||
31 | - - giflib=5.2.1=haf1e3a3_0 | ||
32 | - - glib=2.69.1=h8346a28_1 | ||
33 | - - google-pasta=0.2.0=pyh8c360ce_0 | ||
34 | - - graphite2=1.3.14=h38d11af_0 | ||
35 | - - grpcio=1.42.0=py37ha29bfda_0 | ||
36 | - - h5py=2.8.0=py37h878fce3_3 | ||
37 | - - harfbuzz=1.8.8=hb8d4a28_0 | ||
38 | - - hdf5=1.10.2=hfa1e0ec_1 | ||
39 | - - icu=58.2=h0a44026_3 | ||
40 | - - importlib-metadata=4.11.3=py37hf985489_1 | ||
41 | - - imutils=0.5.4=py37hf985489_1 | ||
42 | - - ipykernel=6.13.0=py37h0a7177a_0 | ||
43 | - - ipython=7.32.0=py37hf985489_0 | ||
44 | - - jasper=2.0.14=h0129ec2_2 | ||
45 | - - jedi=0.18.1=py37hf985489_1 | ||
46 | - - jpeg=9d=h9ed2024_0 | ||
47 | - - jupyter_client=7.2.2=pyhd8ed1ab_1 | ||
48 | - - jupyter_core=4.9.2=py37hf985489_0 | ||
49 | - - keras=2.3.1=0 | ||
50 | - - keras-applications=1.0.8=py_1 | ||
51 | - - keras-base=2.3.1=py37_0 | ||
52 | - - keras-preprocessing=1.1.2=pyhd8ed1ab_0 | ||
53 | - - kiwisolver=1.4.2=py37h18621fa_1 | ||
54 | - - lcms2=2.12=hf1fd2bf_0 | ||
55 | - - libbrotlicommon=1.0.9=h5eb16cf_7 | ||
56 | - - libbrotlidec=1.0.9=h5eb16cf_7 | ||
57 | - - libbrotlienc=1.0.9=h5eb16cf_7 | ||
58 | - - libcxx=13.0.1=hc203e6f_0 | ||
59 | - - libffi=3.3=hb1e8313_2 | ||
60 | - - libgfortran=3.0.1=0 | ||
61 | - - libiconv=1.16=h1de35cc_0 | ||
62 | - - libopencv=3.4.2=h7c891bd_1 | ||
63 | - - libopus=1.3.1=h1de35cc_0 | ||
64 | - - libpng=1.6.37=h7cec526_2 | ||
65 | - - libprotobuf=3.20.0=hd9580d2_0 | ||
66 | - - libsodium=1.0.18=hbcb3906_1 | ||
67 | - - libtiff=4.2.0=h87d7836_0 | ||
68 | - - libvpx=1.7.0=h378b8a2_0 | ||
69 | - - libwebp=1.2.2=h56c3ce4_0 | ||
70 | - - libwebp-base=1.2.2=hca72f7f_0 | ||
71 | - - libxml2=2.9.12=hcdb78fc_0 | ||
72 | - - libzlib=1.2.11=h6c3fc93_1014 | ||
73 | - - llvm-openmp=13.0.1=hcb1a161_1 | ||
74 | - - lz4-c=1.9.3=h23ab428_1 | ||
75 | - - markdown=3.3.6=pyhd8ed1ab_0 | ||
76 | - - matplotlib=3.1.2=py37h9aa3819_0 | ||
77 | - - matplotlib-base=3.5.1=py37h3147e9e_0 | ||
78 | - - matplotlib-inline=0.1.3=pyhd8ed1ab_0 | ||
79 | - - mkl=2021.4.0=h89fa619_689 | ||
80 | - - mkl-service=2.4.0=py37hbfd6c52_0 | ||
81 | - - mkl_fft=1.3.1=py37h6365bc4_1 | ||
82 | - - mkl_random=1.2.2=py37hb23ed4d_0 | ||
83 | - - munkres=1.1.4=pyh9f0ad1d_0 | ||
84 | - - ncurses=6.3=h96cf925_1 | ||
85 | - - nest-asyncio=1.5.5=pyhd8ed1ab_0 | ||
86 | - - numpy=1.21.5=py37h2e5f0a9_1 | ||
87 | - - numpy-base=1.21.5=py37h3b1a694_1 | ||
88 | - - opencv=3.4.2=py37h6fd60c2_1 | ||
89 | - - openssl=1.1.1n=h6c3fc93_0 | ||
90 | - - opt_einsum=3.3.0=pyhd8ed1ab_1 | ||
91 | - - packaging=21.3=pyhd8ed1ab_0 | ||
92 | - - parso=0.8.3=pyhd8ed1ab_0 | ||
93 | - - pcre=8.45=h23ab428_0 | ||
94 | - - pexpect=4.8.0=pyh9f0ad1d_2 | ||
95 | - - pickleshare=0.7.5=py_1003 | ||
96 | - - pillow=9.0.1=py37hde71d04_0 | ||
97 | - - pip=22.0.4=pyhd8ed1ab_0 | ||
98 | - - pixman=0.40.0=h9ed2024_1 | ||
99 | - - prompt-toolkit=3.0.29=pyha770c72_0 | ||
100 | - - protobuf=3.20.0=py37h0582d14_4 | ||
101 | - - psutil=5.9.0=py37h69ee0a8_1 | ||
102 | - - ptyprocess=0.7.0=pyhd3deb0d_0 | ||
103 | - - py-opencv=3.4.2=py37h7c891bd_1 | ||
104 | - - pygments=2.11.2=pyhd8ed1ab_0 | ||
105 | - - pyparsing=3.0.8=pyhd8ed1ab_0 | ||
106 | - - python=3.7.13=hdfd78df_0 | ||
107 | - - python-dateutil=2.8.2=pyhd8ed1ab_0 | ||
108 | - - python_abi=3.7=2_cp37m | ||
109 | - - pyyaml=6.0=py37h69ee0a8_4 | ||
110 | - - pyzmq=22.3.0=py37h8f778e5_1 | ||
111 | - - readline=8.1=h05e3726_0 | ||
112 | - - scipy=1.7.3=py37h8c7af03_0 | ||
113 | - - setuptools=62.1.0=py37hf985489_0 | ||
114 | - - six=1.16.0=pyh6c4a22f_0 | ||
115 | - - sqlite=3.38.2=hb516253_0 | ||
116 | - - tbb=2021.5.0=hbb4e6a2_1 | ||
117 | - - tensorboard=2.0.0=pyhb38c66f_1 | ||
118 | - - tensorflow=2.0.0=mkl_py37hda344b4_0 | ||
119 | - - tensorflow-base=2.0.0=mkl_py37h66b1bf0_0 | ||
120 | - - tensorflow-estimator=2.0.0=pyh2649769_0 | ||
121 | - - termcolor=1.1.0=py_2 | ||
122 | - - tk=8.6.12=h5dbffcc_0 | ||
123 | - - tornado=6.1=py37h69ee0a8_3 | ||
124 | - - traitlets=5.1.1=pyhd8ed1ab_0 | ||
125 | - - typing-extensions=4.2.0=hd8ed1ab_1 | ||
126 | - - typing_extensions=4.2.0=pyha770c72_1 | ||
127 | - - unicodedata2=14.0.0=py37h69ee0a8_1 | ||
128 | - - wcwidth=0.2.5=pyh9f0ad1d_2 | ||
129 | - - werkzeug=2.1.1=pyhd8ed1ab_0 | ||
130 | - - wheel=0.37.1=pyhd8ed1ab_0 | ||
131 | - - wrapt=1.14.0=py37h69ee0a8_1 | ||
132 | - - xz=5.2.5=haf1e3a3_1 | ||
133 | - - yaml=0.2.5=h0d85af4_2 | ||
134 | - - zeromq=4.3.4=he49afe7_1 | ||
135 | - - zipp=3.8.0=pyhd8ed1ab_0 | ||
136 | - - zlib=1.2.11=h6c3fc93_1014 | ||
137 | - - zstd=1.4.9=h322a384_0 | ||
138 | -prefix: /Users/skywrace/opt/anaconda3/envs/capstone-design-two |
-
Please register or login to post a comment