pytorch / torchcodec

PyTorch video decoding
BSD 3-Clause "New" or "Revised" License
77 stars 9 forks source link

Use pathlib instead of os.path #249

Closed NicolasHug closed 3 weeks ago

NicolasHug commented 1 month ago

pathlib is cleaner and more powerful. This PR isn't super useful on its own but I want to avoid spreading uses of os.path caused by copy/pasting existing code.