Code for "RegPalm: Towards Large-Scale Palmprint Recognition by Reducing Pattern Variance"
cd acctools
pip install . -U
python train.py --config $CONFIG
python test.py \
--query ${QUERY_LIST} \
--gallery ${GALLERY_LIST} \
--fp ${FP_LIST} \
--model ${MODEL_NAME} \
--pth ${PTH} \
--device ${DEVICE} \
--save ${SAVE_DIR} \
--group
Please visit https://zhongyy.github.io/WebPalm for details.