PortableBalanceLab / PBL

Learn how to create your own balance lab using python and a Raspberry Pi
4 stars 1 forks source link

`S1`: Fix directory of arguments passed to `classify_image.py` is wrong #34

Closed adamkewley closed 1 year ago

adamkewley commented 1 year ago

Found by @JudCF

In the code in sections 4.1.1 and 4.1.2, the install script places them in:

Whereas the lab notes use paths like:

This is related to #33 , and must be fixed by either moving where the coral stuff is installed to match the legacy location, or updating S1 to match the new (/opt) location.