hou-yz / MVDet

[ECCV 2020] Codes and MultiviewX dataset for "Multiview Detection with Feature Perspective Transformation".
https://hou-yz.github.io/publication/2020-eccv2020-mvdet
165 stars 29 forks source link

Unity-related questions #9

Closed luorix1 closed 2 years ago

luorix1 commented 2 years ago

Hello, I am experiencing some difficulty getting from the PersonX tutorial on the official PersonX repo to achieving some likeness of your MultiviewX dataset.

Could you perhaps shed some light on how you managed all of the individual people (game objects) and their movement? I am new to Unity and somehow there doesn't seem to be that much documentation on such uses.

For example, the default PersonX code sequentially loads, moves around, and destroys the models. I tried loading multiple models using a for loop and such but they seemed to malfunction and stay in one fixed position.

Any help would be much appreciated. Thank you.

hou-yz commented 2 years ago

This repo is for the MVDet code. Please go to the MultiviewX repo for related questions.