forked from VisionEval/VisionEval-Dev
-
Notifications
You must be signed in to change notification settings - Fork 2
Build Model
Enrique Sanchez edited this page Dec 6, 2021
·
3 revisions
- Start RStudio and open the
VisionEval-dev.Rproj
project file (On most graphical display machines, double-click) - Execute
ve.build()
to build:- Note: A complete build from scratch takes 45-90 minutes on a typical Windows machine. Building on a different OS may require more time as many dependency packages are built from source code.
- Once the build is complete, access the runtime environment through one of the following ways:
- Execute
ve.run()
from the VisionEval-dev RStudio project - Access your file manager program, navigate to the runtime directory, and double-click the
VisionEval.Rproj
RStudio project file (as you would for the standard binary release installer) - Start the R GUI (or R terminal) for the version of R used to build VisionEval, set the working directory (setwd) to the runtime folder built during Step 2, and then source-ing
Visioneval.R
- Execute