SamFlt
SamFlt
Hi, Thanks for the feedback! I believe we have already solved this issue in the following pull request: #1316 that contains several improvements to the bindings build process. If you...
Hi @ArghyaChatterjee, I believe I know where the issue lies concerning the wrong pose frame. I'll investigate further to see what's the problem with the pose repeating and propose a...
Hi, The issue should be fixed! You will however have to regenerate your data with the generate_dataset script Please tell me if you have any issue. Thanks
Hi, The changes have been done on another branch, for which there is a pull request: [https://github.com/lagadic/visp/pull/1338](https://github.com/lagadic/visp/pull/1338) > Also, another question. Are you sampling the camera pose or object pose...
Yes this is normal. You can disable this behaviour by setting `empty_images_per_scene` to 0 in the .json configuration file.
Hi, Are you referring to the download of the MegaPose models not working? Sam
Hey @fspindle, I think you can close this issue!
Hi, What cmake command did you use to configure the project? On windows: it should look something like ``` cmake -G "Visual Studio 17 2022" -A "x64" ../visp -DCMAKE_PREFIX_PATH=%CONDA_PREFIX% -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library...
Are you using cmd or powershell? I know that in powershell, i'm having issues with CONDA_PREFIX.
Hi, Which version of ViSP are you using? The most recent master branch? So that I can further debug the issue, could you send me: - The generation log, which...