From 83ded60bf7fb90c9f0854d25278f09d3e573a759 Mon Sep 17 00:00:00 2001 From: James Betker Date: Tue, 27 Oct 2020 15:29:05 -0600 Subject: [PATCH] Change flownet2 base repo --- .gitmodules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3cd33570..3f14c362 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,10 @@ [submodule "flownet2"] path = flownet2 url = https://github.com/NVIDIA/flownet2-pytorch.git -[submodule "codes/models/flownet2"] - path = codes/models/flownet2 - url = https://github.com/NVIDIA/flownet2-pytorch.git [submodule "codes/switched_conv"] path = codes/switched_conv url = https://github.com/neonbjb/SwitchedConvolutions.git +[submodule "codes/models/flownet2"] + path = codes/models/flownet2 + url = https://github.com/neonbjb/flownet2-pytorch.git + branch = master