Results 6 issues of Shivansh Patel

## Motivation and Context Adding [MultiON](https://shivanshpatel35.github.io/multi-ON/) task (NeurIPS 2020). ## How Has This Been Tested Tested locally ## Types of changes - New feature (non-breaking change which adds functionality) ##...

CLA Signed

Which python and pytorch version should I use? This repository relies on Python 2.7 and PyTorch 0.2.0 whereas flownet depends on Python 3.6 and PyTorch 0.3.0.

encode_QA does not have specific format for test set. Test set have just image id and questions.

While running the extract_feat file it says - `net.blobs['data'].data[0] = transformer.preprocess('data', image) ValueError: could not broadcast input array from shape (3,448,448) into shape (3,224,224)`

Hi, The code uses `self.contact_forces` to compute the reward. It is initialized [here](https://github.com/ZiwenZhuang/parkour/blob/main/legged_gym/legged_gym/envs/base/legged_robot.py#L586). But I cannot find where it is updated after each simulation step. Can you please point me...

The README suggests to run OBMultiStream as recommended [here](https://github.com/orbbec/OrbbecSDK/blob/401c2431e470590fdb34e783fed1e00aacc4b8d8/README.md?plain=1#L243). But when I built the folder in Ubuntu 22.04, I only see the following files in OrbbecSDK/build/bin ![Image](https://github.com/user-attachments/assets/4b43f0a5-9b0a-4bbd-863b-a307d6a2a03c) Am I looking...