You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.3 KiB

  1. \section{Performance Evaluation}
  2. \label{sec:eval}
  3. This section presents the evaluation results for the proposed method, and
  4. how we collect the dataset.
  5. For training SRCNN model, we let a person lay on bed and randomly change pose
  6. or move his arms and legs. Collect the about 600 images from Grideye sensors and
  7. Lepton 3, and align them at the same timestamps. Figure~\ref{fig:resolution_compare} shows the result of SRCNN model.
  8. \begin{figure}[tbp]
  9. \centering
  10. \subfloat[Grideye Image]{
  11. \includegraphics[width=0.3\columnwidth]{figures/LR.png}
  12. }
  13. \subfloat[SR Image]{
  14. \includegraphics[width=0.3\columnwidth]{figures/SR.png}
  15. }
  16. \subfloat[Downscaled Lepton Image]{
  17. \includegraphics[width=0.3\columnwidth]{figures/HR.png}
  18. }
  19. \caption{Result of SRCNN.}
  20. \label{fig:resolution_compare}
  21. \end{figure}
  22. For training the pose recognition model, we collect 200 images of lay on back and 400 images
  23. of lay on right or left side. The result shows that the accuracy of single frame detection
  24. can be improved about 5\% by SRCNN.
  25. We let a person lay on bed and change his pose every minute. The pose is repeating
  26. lay on back, lay on left, lay on back and lay on right. Our method will output the current pose
  27. every 10 seconds and detect the turning over. The accuracy of pose detection is 65\%, and the
  28. turning over detection has 50\% recall rate and 83\% precision.