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.