GithubHelp home page GithubHelp logo

Comments (5)

ZahraaBass avatar ZahraaBass commented on May 11, 2024 1

OKay great!! @at669 Btw thank you so much for the very detailed tutorial :D

from robotics-object-pose-estimation.

at669 avatar at669 commented on May 11, 2024

Hi @ZahraaBass! You most likely need to enable the "Automatic Iteration" box in the Pose Estimation Scenario script. Thanks for catching this! We'll add it to the instructions.

Screen Shot 2021-03-02 at 9 19 38 AM

from robotics-object-pose-estimation.

ZahraaBass avatar ZahraaBass commented on May 11, 2024

Perfect!
@at669 Thank you so much! Works fine now :)

from robotics-object-pose-estimation.

ZahraaBass avatar ZahraaBass commented on May 11, 2024

Hello @at669, I have another question please.

I've reached step 2 in Part3: (set the Total Iterations field under Constants to 30000), however, in my inspector window, this field is not showing:

Screen Shot 2021-03-03 at 8 34 06 AM

is it the same as the totalFrames constant? and can I set it in the code instead?

from robotics-object-pose-estimation.

at669 avatar at669 commented on May 11, 2024

Yes, this is the same as totalFrames! You are able to set it in the code for the same behavior; however, if you would like to expose it in the Inspector window for ease of use, you may add the Serializable attribute to the PoseEstimationScenarioConstants, i.e.:

[System.Serializable]
public class PoseEstimationScenarioConstants : ScenarioConstants
{
    public int totalFrames = 1000;
}

We will also clarify this in the tutorial. Thanks for trying it out!

from robotics-object-pose-estimation.

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.