COMS W4995: Applied Deep Learning
parent_network_demo.ipynb: train parent network
test_network_demo.ipynb: train test network and test the results
RCF_parent_network_demo.ipynb: train parent network
RCF_test_network_demo.ipynb: train test network and test the results
data_parent.py: load data for parent network
data_finetune.py: load data for test network
cnn.py: functions and architecture of OSVOS network
cnn_rcf.py: functions and architecture of OSVOS + RCF network
train_parent.py: train function for parent network
train_finetune.py: train function for test network
train_parent.txt: list of training data
test_finetune.py: test function for test network
DAVIS: dataset and result images
models: training models of reproduce part*
models_RCF: training models of innovation part*