Commit Graph

22 Commits

Author SHA1 Message Date
mhz
73892c4392 make raft can process single video 2024-09-02 23:45:54 +02:00
Noah Snavely
3fa0bb0a9c
Update download_models.sh with more robust URL. (#168)
The old models.zip URL didn't work with certain .wgetrc settings. This new one seems to be more robust.

fixes #167
2023-08-23 15:10:28 -04:00
Zach Teed
aac9dd5472
Merge pull request #113 from magehrig/device-optim
Create tensors on device
2021-10-13 13:19:19 -05:00
magehrig
0d123fda29 coords_grid on device 2021-09-28 10:55:56 +02:00
magehrig
e6e53c4e23 create tensors on device 2021-09-16 16:34:37 +02:00
Zach Teed
224320502d
Merge pull request #69 from JonathonLuiten/patch-1
Update conda install instructions
2020-12-29 10:50:04 -05:00
JonathonLuiten
071a9c063c
Update conda install instructions
Changes the conda install instructions to a one-liner instead of multiple command lines.
This is an important change, because with the current version of conda, using the multiline version results the environment not being able to be solved in the later added packages due to clashes with the former, and thus not being able to correctly install all of the requirements.
However, the one line version solves this and allows the install to proceed much more easily and quickly.
2020-12-28 13:45:27 +01:00
Zach Teed
d3f3840186 updated demo for longer sequences 2020-10-05 14:08:29 -06:00
Zach Teed
25eb2ac723
Update train_standard.sh 2020-09-16 12:08:10 -04:00
Zach Teed
13198c355d fixed bug with alternate_corr flag 2020-08-28 17:18:41 -06:00
Zach Teed
01ad964d94 added small 1M paramter model 2020-08-23 22:40:47 -06:00
Zach Teed
c86b3dc8f3 added cuda extension for efficent implementation 2020-08-22 18:49:24 -06:00
Zach Teed
5b1f510d6b
Update README.md 2020-08-04 10:09:58 -06:00
Zach Teed
a1d8344039 added training code 2020-07-30 21:25:36 -06:00
Zach Teed
dc370f877b
Update README.md 2020-07-25 19:31:44 -06:00
Zach Teed
a2408eab78 added upsampling module 2020-07-25 17:36:17 -06:00
Zach Teed
dc1220825d
Update README.md 2020-07-22 09:02:43 -06:00
Zach Teed
3fac6470f4 fixed problems with variational dropout 2020-05-25 14:30:45 -04:00
Zach Teed
dd91321527
Merge pull request #7 from cxy1997/master
Fixed typos in kitti augmentation
2020-05-23 10:02:19 -04:00
cxy1997
13aa36344e Fixed typos in kitti argmentation 2020-05-20 10:16:26 -04:00
Zach Teed
559176d42b added license 2020-03-28 00:18:46 -04:00
Zach Teed
36d7ad338e initial commit 2020-03-26 23:19:08 -04:00