ChiWeiHsiao / DeepVO-pytorch

PyTorch Implementation of DeepVO
339 stars 105 forks source link

Doing something clearly wrong... #57

Open Majal-1036 opened 4 months ago

Majal-1036 commented 4 months ago

can you help me debug my code, when i run it my training loss comes around 28 for some reason , I downloaded the same repo and set the paths and everything but my training loss comes out to around 28, my img_mean is also different for some reason when I use the preprocessing.py to calculate the mean and std my values are around 80 and not between 0 and 1 although I am using the image_3 data set from KITTI like described in the repo. can someone guide in this regard ? can @ChiWeiHsiao or @alexart13 help here ? I will try downloading the repo again if I made any mistakes, do i have to normalize the images ? even though the I believe the code normalizes them ?

110sha commented 4 months ago

Have you solved this problem? I also encountered a similar problem.

Majal-1036 commented 3 months ago

Unfortunately No, I just moved to a different Neural Network.