The data folder that is included with TREETS (which stores both the toy data and files necessary for food parsing) are not included when pip installing treets.
- Food Parser initialization appears to look for data files present at the file location where the current project utilizing treets is located, rather than from within the treets installation
- Band-aid fix is to clone the existing data folder and throw it into whatever file location where the project/notebook utilizing treets lives.
The data folder that is included with TREETS (which stores both the toy data and files necessary for food parsing) are not included when pip installing treets.