WuJie1010 / Facial-Expression-Recognition.Pytorch

A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
MIT License
1.78k stars 545 forks source link

如何进行批量的预测 #85

Closed yijunL closed 4 years ago

yijunL commented 4 years ago

我有几万张的图片,可以进行批量预测吗,还是只能通过visualize.py一张一张的预测

yijunL commented 4 years ago

已解决,分批次进行预测

imKeith commented 11 months ago

可以详细说一下怎么解决的吗?