├── README.md ├── dataprocessor.py ├── log ├── Readme.md ├── checkpoint ├── mstnmodel_amazo_to_webcam_final2967.ckpt.index └── tensorboardamazo_to_webcam_final │ └── events.out.tfevents.1573467756.smartdsp-PC ├── model.py ├── pseudo.py ├── test.py └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiewp/PFAN/HEAD/README.md -------------------------------------------------------------------------------- /dataprocessor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiewp/PFAN/HEAD/dataprocessor.py -------------------------------------------------------------------------------- /log/Readme.md: -------------------------------------------------------------------------------- 1 | the model is too large, should be downloaded from : 2 | 链接:https://pan.baidu.com/s/1NqNpPIaabo7zx2n4Fbn2qw 3 | 提取码:6qlt 4 | -------------------------------------------------------------------------------- /log/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiewp/PFAN/HEAD/log/checkpoint -------------------------------------------------------------------------------- /log/mstnmodel_amazo_to_webcam_final2967.ckpt.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiewp/PFAN/HEAD/log/mstnmodel_amazo_to_webcam_final2967.ckpt.index -------------------------------------------------------------------------------- /log/tensorboardamazo_to_webcam_final/events.out.tfevents.1573467756.smartdsp-PC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiewp/PFAN/HEAD/log/tensorboardamazo_to_webcam_final/events.out.tfevents.1573467756.smartdsp-PC -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiewp/PFAN/HEAD/model.py -------------------------------------------------------------------------------- /pseudo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiewp/PFAN/HEAD/pseudo.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiewp/PFAN/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiewp/PFAN/HEAD/train.py --------------------------------------------------------------------------------