Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 276 Bytes

PyTorch-Useful-Codes

PyTorch

  • PyTorch operations

Python

  • Network requests

  • Path processing

  • Traditional CV

  • Video frame conversion

  • os_ops.py

  • pdf2image.py

  • rawpy_image_read.py

Some knowledges:

  • Grayscale = 0.2989 * R + 0.5870 * G + 0.1140 * B