Skip to content

Commit

Permalink
Remove FitVid requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tian committed May 7, 2023
1 parent 3e51f04 commit f73e854
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies:
- git+https://github.com/s-tian/iGibson.git@27216bf037436235814ec7a0843eb2b8a4e0376d
- git+https://github.com/s-tian/robosuite.git@163e4d42866ecbb42c439fe0be4d5d52bb8320a1
- git+https://github.com/s-tian/robomimic.git@1609a7ae4da4acc7aaab14ef731fdda82f5a7225
- git+ssh://git@github.com/s-tian/fitvid.git@9a8178056c022e5b2c8f22551ffab8510842db60
- h5py==3.6.0
- opencv-python==4.5.5.62
- hydra-core==1.1.2
Expand Down
1 change: 0 additions & 1 deletion vp2/models/torch_fitvid_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import pprint
import torch
import numpy as np
from fitvid.model.fitvid import FitVid
from vp2.mpc.utils import dict_to_numpy, slice_dict, cat_dicts
from vp2.models.model import VideoPredictionModel
Expand Down
2 changes: 0 additions & 2 deletions vp2/mpc/lbfgs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import numpy as np
import torch
import time
from hydra.utils import instantiate

from fitvid.utils.depth_utils import depth_to_rgb_im
from vp2.mpc.optimizer import Optimizer
from vp2.mpc.utils import ObservationList, write_moviepy_gif, dict_to_numpy

Expand Down

0 comments on commit f73e854

Please sign in to comment.