-
Notifications
You must be signed in to change notification settings - Fork 31
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
Training not converging well, Dataset available #22
Comments
Made a change to 14 rather than 13 and |
Looks like this is a red hot tip: |
Does this seem correct? I am worried that my modification with the width and height
Is in error, also I am wondering if Also wondering if
Messes up the internals of the convolutions, can I go for large scale resolution? I am also wondering if I could speed up training the batch size of
|
Yeah nah, didn't work trying again with different intrinsics values
|
Hi, sorry for my late reply. The input images I used are consecutive and closely sampled from a video. This is essential because the point cloud loss requires a dense matching between two views. I noticed that the images you provided are rather sparse, which might make the point cloud loss less effective. |
Yeah they are from photos rather than a video. I can try shooting the same location from another photographic approach with much more dense sampling. Thanks for your response |
Here are my modifications to the source code
And my dataset
https://drive.google.com/drive/folders/1ZZgZUrFrnP47rx8bN5K6yvYnSC50a-9G?usp=sharing
When what I have done to start training is put the images in
data/Test/images/images
then run the preprocess and train commands
and I have found the tensorboard attached here:
log.zip
Is this OK?
or did I muck up the intrinsics?
attached in a JPG to look at the EXIF information
I think it may be 14 rather than 13 I will try again.
The text was updated successfully, but these errors were encountered: