an re-implementation of HydraPlus Net based on Pytorch.
MNet uses Inception_v3.
pytorch
visdom
CUDA 8.0
PA-100K dataset
|--Hydraplus
|----data
|------PA-100K
|--------annotation
|--------ralease_data
|----------release_data
python train.py -m {AF1|AF2|AF3|HP|MNet} [-mpath MNet_weight] \
[-af1path AF1_weight -af2path AF2_weight -af3path AF3_weight]
python train.py -m AF1 -mpath MNet/checkpoint_epoch_0
python train.py -m {AF1|AF2|AF3|HP|MNet} -p checkpointpath
python train.py -m AF1 -p AF1/checkpoint_epoch_0
python test.py -m {AF1|AF2|AF3|HP|MNet} -p checkpointpath
python test.py -m AF1 -p AF1/checkpoint_epoch_0
python show.py -m {AF1|AF2|AF3|HP|MNet} -p checkpointpath
python show.py -m AF1 -p AF1/checkpoint_epoch_0