result.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. root@63e90a371fc6:/facenet# python src/app.py
  2. 2023-03-28 13:47:19.177041: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
  3. Model directory: /facenet/data/premodel/20180408-102900
  4. Metagraph file: model-20180408-102900.meta
  5. Checkpoint file: model-20180408-102900.ckpt-90
  6. load time: 21.270993947982788s
  7. * Serving Flask app "app" (lazy loading)
  8. * Environment: production
  9. WARNING: This is a development server. Do not use it in a production deployment.
  10. Use a production WSGI server instead.
  11. * Debug mode: off
  12. * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
  13. Creating networks and loading parameters
  14. mtcnn time: 1.17329740524292s
  15. run time: 0.43819141387939453s
  16. Images:
  17. 0: /facenet/img1.jpg
  18. 1: /facenet/img2.jpg
  19. Distance matrix
  20. 0 1
  21. 0 0.0000 0.8516
  22. 1 0.8516 0.0000
  23. 127.0.0.1 - - [28/Mar/2023 13:47:57] "POST / HTTP/1.1" 200 -
  24. Creating networks and loading parameters
  25. mtcnn time: 0.884418249130249s
  26. run time: 0.09454512596130371s
  27. Images:
  28. 0: /facenet/img1.jpg
  29. 1: /facenet/img2.jpg
  30. Distance matrix
  31. 0 1
  32. 0 0.0000 0.8516
  33. 1 0.8516 0.0000