MVDNet
MVDNet copied to clipboard
issue while training
Hi
Thank you for the wonderful work. I was trying to implement the MVDNet and encountered below error while trying to train MVDNet. I am not sure whether this error is with MVDNet or the torch. Any help is very much appreciated.
Thank you
Config 'MVDNet/configs/train_config.yaml' has no VERSION. Assuming it to be compatible with latest v2.
Traceback (most recent call last):
File "D:\Implementation\MVDNet\tools\train.py", line 52, in
Dear @qiank10 ,
Can you please elaborate in the ReadMe on the steps after preparing data. I am unable to train the MVDNet as I am not sure how to split the trained data into training and validation sets and where to place/specify them after preparing the data. Any help is very much appreciated. Thank you.
@AkashSrinivasulu Hi all. I have been facing the same problem. I solved it by adding two Setter functions for out_channels and stride in the mvdnet_backbone.py file so that you can set these as parameters.
@AkashSrinivasulu Hi all. I have been facing the same problem. I solved it by adding two Setter functions for out_channels and stride in the mvdnet_backbone.py file so that you can set these as parameters.
Hi bro, could you please give a detail description about how to add the two Setter fuctions. Thanks a lot.