You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
I have tried to clone this repo and install aeon following these steps.
I found that errors occur since flowers.jpg and img_2112_70.jpg are not found, but they are required in some CMakeLists.txts. I have removed these jpg requirements in CMakeLists.txts and compile this repo successfully.
I wonder how to run examples after pip install is done. In this README.md, aeon-service must be started first. But I cannot find aeon-service either in this repo or in the build directory.
Could you please fix problem 1 and help me to solve problem 2?
The text was updated successfully, but these errors were encountered:
I'm sorry for late reply but the project was rebooted only recently.
We have fixed the first problem on develop branch by adding back missing files (but some other features may be removed there).
What you are trying to run seems to be aeon client-server architecture. Is this what you are interested in; do you want to get aeon to run data augmentation on one server and distribute data to client(s)? Or do you have something else in mind? We have also a multi-node distributed solution where each node is running data augmentation instead.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tried to clone this repo and install aeon following these steps.
flowers.jpg
andimg_2112_70.jpg
are not found, but they are required in someCMakeLists.txt
s. I have removed these jpg requirements inCMakeLists.txt
s and compile this repo successfully.pip install
is done. In this README.md,aeon-service
must be started first. But I cannot findaeon-service
either in this repo or in thebuild
directory.Could you please fix problem 1 and help me to solve problem 2?
The text was updated successfully, but these errors were encountered: