-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: 'tuple' object is not callable #30
Comments
Hi, |
I think this should do the trick without downgrading your
|
thank you for your reply, my torchvision is 0.9.0. |
you are right, but i think, this is the implementation in |
The implementation is very similar. However, Therefore, we fix the parameters once (in |
I understand, thank you very much for your patience |
when train the model with command
python train.py --config configs/train/monorec/monorec_depth.json --options stereo
, get an error:modify function in
kitti_odometry_dataset.py
from:to
can fix this error
this is a bug? is it right to modify the code like this?
The text was updated successfully, but these errors were encountered: