05360171创建于 2022年3月18日历史提交
文件最后提交记录最后更新时间
init 4 年前
init 4 年前
init 4 年前
README.md

Imagenet pretraining script and model

This folder contains the script and model definition to pretrain ERFNet's encoder in Imagenet Data.

The script is an adaptation from the code in Pytorch Imagenet example. Please make sure that you have Imagenet dataset split in train and val folders before launching the script. Refer to that repository for instructions about usage and main.py options. Basic command:

python main.py <imagenet_folder_path>