Making the run and setup scripts executable so that when I clone
they are executable right away.
Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
Updating docker file and run script to use expo with nodejs
and hopefully end up using react native. Also updated it for
pytorch use to run pytorch in the docker container.
Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
Made it so that autocropper kept it's .vscode folder.
Might change it back in the future once I try working on a different system.
Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
Implemented the autocropper using the crop(...) function.
Also changed is to that .vscode properties get uploaded too to make
sure stuff like it should be for me (Ethan) in vscode even when on
a different system.
Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
Modified dockerfile so it's a little cleaner and smaller.
Also modified run and setup scripts so that they build and
run the docker containers with the stuff for windows/guis in the host system.
Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
First steps towards implementing the autocropper.
Current plan is to use OpenCV in C++.
There are remains of testing to use stb image manipulation
but reading them in disregarded image orientation (ie it would
rotate on it's own) which is unacceptable.
Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
As the title says. Changed it so I keep the .vscode folders.
Might need to change this later depending on if I want to keep the .vscode
folder across platforms or not.
Also removed test.cpp since it was just a test file.
Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
Setting up a run script so that you can easily call the script to
launch the dev environment docker with the correct flags and such.
It will also remove the container once complete.
Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>