Skip to content

Code for Hao's CIS2 project: Improving Technical Proficiency in Robot-mediated Surgery Through Counterfactual Inquiry

Notifications You must be signed in to change notification settings

arcadelab/urExpert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for kinematics prediction on the segmented JIGSAW dataset.

Introduction

This is the code repo for a transformer kinematics predictor. The model takes kinematics of several previous frames as input (task, state, and video context info as optional info) and predicts following kinematics for several frames.

Components

  • ./datasets : contains the code to read, parse the segmented JIGSAW dataset, and how to generate the batched data for training. ( detailed introduction is in the readme of this folder)
  • ./model: contains the code of the formation of the model. ( detailed introduction is in the readme of this folder)
  • train.py: use this file to train a model on regular epoch training or one-sample overfitting.

About

Code for Hao's CIS2 project: Improving Technical Proficiency in Robot-mediated Surgery Through Counterfactual Inquiry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages