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

.gitignore 208 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
19
20
21
22
23
24
25
  1. .spyproject/
  2. dataset/__pycache__/
  3. network/__pycache__/
  4. webcam_demo/__pycache__/
  5. __pycache__/
  6. mp4/
  7. *.tar
  8. Pytorch_VGGFACE.pth
  9. Pytorch_VGGFACE_IR.py
  10. Wi_weights/
  11. .vscode/settings.json
  12. .vscode/
  13. /model
Tip!

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

Comments

Loading...