File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- [submodule "diffusion-policy "]
2- path = src/diffusion-policy
3- url = https://github.com/real-stanford/diffusion_policy.git
4- commit = 5ba07ac6661db573af695b419a7947ecb704690f
51[submodule "internnav/model/basemodel/LongCLIP "]
62 path = internnav/model/basemodel/LongCLIP
73 url = https://github.com/beichenzbc/Long-CLIP
84 commit = 3966af9ae9331666309a22128468b734db4672a7
95 ignore = untracked
6+ [submodule "third_party/diffusion-policy "]
7+ path = third_party/diffusion-policy
8+ url = https://github.com/real-stanford/diffusion_policy.git
9+ commit = 5ba07ac6661db573af695b419a7947ecb704690f
Original file line number Diff line number Diff line change 11import sys
22
33sys .path .append ('.' )
4+ sys .path .append ('./third_party/diffusion-policy' )
45
56import argparse
67import importlib .util
Original file line number Diff line number Diff line change 22import sys
33
44sys .path .append ('.' )
5- sys .path .append ('./src /diffusion-policy' )
5+ sys .path .append ('./third_party /diffusion-policy' )
66
77import argparse
88import importlib
You can’t perform that action at this time.
0 commit comments