How to install facenet-pytorch?

Hi,

Just confirmed that the facenet-pytorch can work on the Jetson platform.

1. Please install pyTorch package based on this comment:

2. And install facenet-pytorch with this command:

$ sudo pip3 install facenet-pytorch

Thanks.