Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

cmd.txt 261 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  1. # 建立虛擬環境
  2. conda create --name mask python=3.7
  3. # 進入虛擬環境 mask
  4. conda activate mask
  5. # 安裝套件
  6. pip install -r requirements.txt
  7. # 訓練模型
  8. Training.py
  9. #圖片的口罩偵測
  10. Detect_Img.py
  11. #視訊口罩偵測
  12. Detect_Video.py
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...