pschang-phy / LIYS

Live In Your Style for style transferring background via AI
1 stars 0 forks source link

Live In Your Style

This is project Live In Your Style, which has objective

This repository is the source code for training required deep learning model. And its integration applications.


Code base structure

In this code base, it maintains the code for two model-related tasks

In the top folder, it has subdirectories

Workspace Environment

For each workspace folder, Segmentation and StyleTransfer, it has 2 shell scripts, under bin folder, to activate and deactivate the working environment.

After launching the activate.sh script

$ source activate.sh

current environment will be activated to facilitate working on model-related tasks by

To reset the activated working environment, just run as below

$ source ${TOP}/${WORKENV}/bin/deactivate.sh

It will clear stuff that the activate.sh setup.