diff --git a/apt.txt b/apt.txt index 84e8dd8e24baa85435adbdb3b5aa8155a2f3a6f1..5a134b4f3b2899a5b7487b36c13ce61d5d232ed9 100644 --- a/apt.txt +++ b/apt.txt @@ -8,3 +8,4 @@ libgl1-mesa-glx libglib2.0-0 git jupyter-notebook +tree diff --git a/run.sh b/run.sh index 3a6de3e5a8e161ec985c44a6eff85bb5616f9896..8adc3690f44db53ce24254a1dc02fcf03e6e0859 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,6 @@ #!/bin/bash python predict.py --cfg ./configs/solo.py --model ./models/epoch_20.pth +echo `tree /home` +echo -e "\n" `export` +