Skip to content
common-chenlab edited this page Apr 4, 2024 · 6 revisions

Welcome to the Deep-Interpolation wiki!

prerequisite of using this model: the videos at 512x512

training:

  1. clone repos to your local repos directory (example: /usr3/graduate/songyw/repo/deepinterpolation)
  • in your SCC terminal, do
mkdir -p repos
cd repos/
git clone https://github.com/common-chenlab/Deep-Interpolation.git
  1. edit deep_interpolation.sh and multi_ophys_training_chen_lab_transfer.py
  • Search for TODO and change accordingly
  • make sure you have your csv file with paths of videos, check /net/claustrum/mnt/data1/Projects/Perirhinal/deepinterpolation/train_paths_80_A.csv
  1. run deep_interpolation.sh
  • qsub deep_interpolation.sh

Clone this wiki locally