Giter Site home page Giter Site logo

A1 部署问题汇总 about extreme-parkour HOT 18 OPEN

chengxuxin avatar chengxuxin commented on August 13, 2024 2
A1 部署问题汇总

from extreme-parkour.

Comments (18)

Noietch avatar Noietch commented on August 13, 2024

关于深度信息的问题:
(1)部署时深度相机的输入尺寸是多大,训练的时候original = (106, 60)然后resized = (87, 58),D435的输入远大于这个尺寸这个是怎么取,在youtube视频里目测的fov应该不是很大,所以可能是进行了crop操作,再进行resize,而不是直接resize
(2)在保存jit的时候为什么深度信息那个网络是单独保存的而不是一起保存,且使用save_jit.py保存出来的网络无法在play.py里面使用,这个play.py里的似乎是调试代码

from extreme-parkour.

Noietch avatar Noietch commented on August 13, 2024

关于部署上的问题:
(1)参考walk these ways的部署方案,需要给obs_buf,但是本仓库里的get_obs()这个函数和walk these ways里的有很大的不同,如何将两者进行对应是这个问题,之前的issue也提到了类似的问题

(self.env_class != 17).float()[:, None],  (self.env_class == 17).float()[:, None]

from extreme-parkour.

XanderWangXY avatar XanderWangXY commented on August 13, 2024

Hi! I'm also trying to deploy it on my robot. how is your work going now? Do you know what these parameters mean?

未命名1714396211
They relate to the input dimension of the neural network. I find them in "save_jit.py" and "legged_robot_config.py"

from extreme-parkour.

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.