The common used function with pytorch for vision tasks


License
MIT
Install
pip install pcfv==0.0.18

Documentation

pcfv: Pytorch Commonly used Function for Vision tasks

During my work on vision tasks, there are functions be needed again and agin. To make it easier when switching between projects, the most commonly used functions are summarized here. It could save some effort starting a new pytorch project for CV researches.

This packsge provides classic models like UNet, MSDNet and some common functions like train_loop.