Arturo Ghinassi
Arturo Ghinassi
Same problem here, about how to import more humanoids in the scene!
Same here for super-resolution. What settings have been used during inference to obtain paper's 243 ms runtime?
Thank you very much, I'll try it out! And any explanation about the different type of parallel arguments and what are the differences between them?
Wow, thank you very much I'll try it out!
I don't know if it can help but I've been using it for Computer Vision tasks and only had to do some minor modifications as I'm using a transformer. For...
Thank you very much! This means I can generate a huge dataset simply by stacking together multiple videos and pass the in the form of (frame1, frame2) right? But shouldn't...
You have to modify _flightmare/flightlib/cmake/gtest_download.cmake_ as follows: ``` cmake_minimum_required(VERSION 3.0.0) project(googletest-download NONE) include(ExternalProject) ExternalProject_Add(googletest GIT_REPOSITORY https://github.com/google/googletest.git GIT_TAG main SOURCE_DIR "${PROJECT_SOURCE_DIR}/externals/googletest-src" BINARY_DIR "${PROJECT_SOURCE_DIR}/externals/googletest-build" CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND "" TEST_COMMAND ""...
I had the same error, you have to compile zmqpp on your machine but this will consist in compiling also other packages. In the end it will still give you...
Hi @lzhyu, I tried your solution but keep having the same error, my folder structure is like this:  Could you tell me how you downloaded the dataset?