Startup-Documentation
Documentation for our pre-funded startup, hosted on a site to keep things organized and easily accessible, hopefully! Please add all relevant information about the things you're working on here to let others know how things work.
This will be shifted to a private company server post funding, so it is important to keep pushing everything here or else our IP is lost.
Logging into Jetson Orin Nano (SSH)
- Login to Jetson via SSH:
ssh reck@192.168.29.189
# or
ssh reck@100.123.137.117 # Requires Tailscale login with no.atmosphere.compute@gmail.com, use only when not in BLR
- Run
run_benchmark_dockerto spawn the development container and setup the initial environment.
run_benchmark_docker
cd jetson_benchmark
source init.sh
note
In case this doesn't work, look at ~/.bashrc for the full command and change based on errors.
- To run Cloud Detection Samples on Sentinel-2 L2A MS data on Odin v0 (with Jetson GPU based pre-processing)
cd /benchmark/jetson_benchmark/cloud_detection
python sample2_ax_4core_jetson_gpu.py
- To run Cloud Detection Samples on Jetson GPU (TensorRT compiled)
cd /benchmark/jetson_benchmark/cloud_detection
python sample2_trt_224.py