Git Product home page Git Product logo

Comments (4)

gmberton avatar gmberton commented on June 27, 2024

Hi @chenshunpeng, thanks a lot!
The hyperparameters look correct. I just realized that there is a small logging bug at this line of the train.py, because the info.log should show the number of training images. That does not change the training, but it makes the log more clear.
Could you show me the number of images within sf_xl/processed/train? The size in MB is not really relevant as it is dependent on the file system

from eigenplaces.

chenshunpeng avatar chenshunpeng commented on June 27, 2024

Of course, here's the breakdown of the image count in each folder:

(EigenPlaces) chenshunpeng@h3c-R5300-G5:~/data/sf_xl/processed/train$ find . -maxdepth 1 -mindepth 1 -type d -exec sh -c 'echo -n "{}: "; find "{}" -maxdepth 1 -type f \( -iname \*.jpg -o -iname \*.jpeg -o -iname \*.png \) | wc -l' \;
./37.70: 256914
./37.71: 343182
./37.72: 347208
./37.73: 538302
./37.74: 482880
./37.75: 541038
./37.76: 714156
./37.77: 785682
./37.78: 753486
./37.79: 535620
./37.80: 307878
./37.81: 1074

from eigenplaces.

gmberton avatar gmberton commented on June 27, 2024

Ok so the issue seems to be in the number of training images, because I have this amount of images

37.70 163665
37.71 228643
37.72 235935
37.73 347857
37.74 311148
37.75 335999
37.76 412361
37.77 458764
37.78 438066
37.79 309385
37.80 188416
37.81 853

It's quite strange that you have less than me. Perhaps instead of downloading the panoramas folder you downloaded something else? You can download the all_images_paths.txt file and see which images are mismatched

from eigenplaces.

chenshunpeng avatar chenshunpeng commented on June 27, 2024

Okay, I understand. My training set is incomplete. I will re-download the whole 360° panorama and re-enact it. Thank you for your guidance.

from eigenplaces.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.