Giter Site home page Giter Site logo

Comments (11)

emmonseb avatar emmonseb commented on July 30, 2024 1

Such helpful and clear guidance, thank you. I made the relevant changes and things are humming along nicely.

In case it's helpful for someone else, it seems that the default names given by SimBA for this layout are:
Screen Shot 2020-07-22 at 5 01 31 PM

Thanks again, I really appreciate your thorough and responsive help!

from simba.

sgoldenlab avatar sgoldenlab commented on July 30, 2024

Hi @akaye - just to be able to troubleshoot this, are you using DLC within the SimBA GUI (https://github.com/sgoldenlab/simba/blob/master/docs/Tutorial_DLC.md) or are you using DLC separately from SimBA? It will help me understand what's going on, thanks!

from simba.

akaye avatar akaye commented on July 30, 2024

We used DLC separately

from simba.

sgoldenlab avatar sgoldenlab commented on July 30, 2024

One more question! When you say 'post-labelling' - do you mean after labelling the frames in SimBA (labelling behaviors) or do you mean body-part labelling in DLC?

from simba.

akaye avatar akaye commented on July 30, 2024

Post-labelling behaviors (frames in SimBA) we had to move some of the source files because of hard drive space issues, I'm wondering if I can redirect the source file pointer to the new location

from simba.

sgoldenlab avatar sgoldenlab commented on July 30, 2024

@akaye thanks I think I get it now. The project paths are saved inside your project project_config.ini file. What I would normally do is open the file in notepad++, and do a control+F search and replace, replacing the old path substrings in the entire file with the new path substring.

You'll see a [General settings] heading with a project_path entry at the top, this is the most important. But to be sure all functions in SimBA works I'd make sure I'd replace any old paths in this file.

So e.g.,
Search for
C:\myoldprojectpath\

Replace with
Z:\mynewprojectpath\

Let me know it that works

from simba.

emmonseb avatar emmonseb commented on July 30, 2024

Hi @sgoldenlab,

I'm the collaborator of @akaye who ran into the project path issue yesterday--thank you very much for resolving that!

Unfortunately it seems like the issue we're having is related to something else entirely. Suggestions for how to address the below error?

Screen Shot 2020-07-22 at 11 59 15 AM

from simba.

sgoldenlab avatar sgoldenlab commented on July 30, 2024

Hi @emmonseb! There seems to have been a mis-reading in SimBA for what body-parts your project contains, it could have happened when you created the project. To figure out what's going on, could you open this file in your project project_folder\logs\measures\pose_configs\bp_names - and send a screenshot to me? This file should contain a list of the body parts that you are using in your project and might look like this:

image

Do the listed body-part in your file seem familiar? Otherwise, I'd suggest either update the body-parts in this file to the correct ones, or try and create a new project and let me know if the error persists.

from simba.

emmonseb avatar emmonseb commented on July 30, 2024

Here's what I see in `project_folder\logs\measures\pose_configs\bp_names'

Screen Shot 2020-07-22 at 4 25 07 PM

These names correspond to the body parts that I used for my DLC tracking, though I worded them differently. I tried changing the Excel file to the abbreviations that I used, reran, and had the same issue.

If I create a new project will I be able to reference and use the outlier corrections, extracted features, and labeled frames from my past project?

Thanks for all of your help!

from simba.

sgoldenlab avatar sgoldenlab commented on July 30, 2024

I see, thanks @emmonseb - to help me understand how to fix this, did you used a user-defined pose-configuration or did you set it to an in-built one? The body-parts I am seeing corresponds with this built in one.

image

To give you an an idea why this is happening - SimBA tries to build a model by grabbing your CSV files in your `project_folder/csv/targets_inserted' directory and that works fine. However, SimBA then tries to remove your pose-estimation columns and just keep the features. SimBA begins, for example, to look for a column called, for example, 'Ear_left_x' to discard it, and it can't find it, thereby the error. If you open your csv file in excel (if it is not to large) you can take a peek on what your body-parts in fact are called, which may help you troubleshoot what have gone wrong, i.e.:

image

from simba.

sgoldenlab avatar sgoldenlab commented on July 30, 2024

👍 thanks for letting me know, and please let me know if you bump into any other issues

from simba.

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.