Git Product home page Git Product logo

Comments (2)

ksseverson57 avatar ksseverson57 commented on July 18, 2024

I recently worked around this issue by explicitly declaring how many camera views I have in the io.yaml or config.yaml file. If you add "n_views: 8" to the config and make sure you have 8 camnames in the dannce.mat file for this session, you should be able to work past this issue. In the future, we may want to make n_views equal to the length of camnames by default

from dannce.

Miaoing avatar Miaoing commented on July 18, 2024

Thank you very much!
I tried to modify n_views to 8 before, but it seems that this method doesn't work for 'finetune' mode, because the pretrained UNet's shape is limited by 6 views.

I figured out a work-around way:
Limit camnames to 6 in the file dannce/interface.py (line 1372), by slicing.
camnames[0] = params["experiment"][0]["camnames"][:n_views]

In this way, it will use the pretrained network, and engate the first 6 views of the 8 cams for finetuning.

from dannce.

Related Issues (20)

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.