- Windows PC
Power-Z KM001
USB Power Consumption Monitor device- Raspberry Pi
- (PC) Clone jungin500/rpi-torchscript-eval-frontend
- (PC) Change variables on
index.js
and run on native or build docker image withDockerfile
- (Raspberry Pi) Install this repository in
$RPI_EVAL_TOOLKIT_PATH
(Same path specified inindex.js
asRPI_EVAL_TOOLKIT_PATH
) - (Raspberry Pi) Prepare conda environment which can
import torch
and load torchscript module - (PC) Open web browser and head to
http://$PC_IP_ADDRESS:8080/
. It will load frontend started while on Step 1~2.