Skip to content

softmax baseline for PIPA dataset: Learning Deep Features via Congenerous Cosine Loss for Person Reconition

Notifications You must be signed in to change notification settings

labyrinth7x/PIPA_baseline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PIPA baseline

This is an simplified implmentation for the paper Learning Deep Features via Congenerous Cosine Loss for Person Reconition
It has only implemented softmax loss.
The coco loss version may be released some day.

Requirement

  • Python 2.7
  • MXNET 1.3
  • numpy
  • matplotlib (not necessary unless the need for the result figure)

Network

The backbone of the network is Inception pretrained in ImageNet.
You can specify the network by the param --network.

Train & Test

Train on head

sh run_head.sh

Train on face

sh run_face.sh

Train on the whole body

sh run_person.sh

References

Y. Liu, H. Li, and X. Wang. Learning deep features via congenerous cosine loss for person recognition. CoRR,abs/1702.06890, 2017.

About

softmax baseline for PIPA dataset: Learning Deep Features via Congenerous Cosine Loss for Person Reconition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published