You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I came across this amazing project recently and have been trying to set it up locally on WSL, but I keep getting a buffer overflow detected issue and am not sure how to fix it.
Please bear with me as I'm not too familiar with working on Linux.
Here is the valgrind output of ./BVHGUI2
and the valgrind output for ./CSVPlot
The same error happens when trying to run ./MocapNET2CSV
but ./convertOpenPoseJSONToCSV works fine and returns an actual .csv file.
I am running on a fresh installation of WSL for Win11 (64bit, Intel i7-17200H, 16GB RAM laptop) w/ Ubuntu 24.04.1 LTS.
Below is my nvidia-smi (GeForce RTX3060 Laptop):
And here is the gcc version:
As for how the environment was setup, from a fresh WSL instance, I called apt-get update
then followed the installation instructions on MocapNET's README (main branch).
After running ./initialise.sh (with 'No' for [Use GPU?], and 'No' for [Use Tensorflow 1.x?]), I am now running into this issue.
Not sure if related, but during initialise.sh run, I got these warnings too.
When trying to run pip show tensorflow after, I got a "Package not found", so I assume MocapNET is running off a local dependency copy of tensorflow.
Please let me know if I messed up the installation process anywhere, or if I need to do something extra with tensorflow for CUDA12.0.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I came across this amazing project recently and have been trying to set it up locally on WSL, but I keep getting a buffer overflow detected issue and am not sure how to fix it.
Please bear with me as I'm not too familiar with working on Linux.
Here is the valgrind output of ./BVHGUI2
and the valgrind output for ./CSVPlot
The same error happens when trying to run ./MocapNET2CSV
but ./convertOpenPoseJSONToCSV works fine and returns an actual .csv file.
I am running on a fresh installation of WSL for Win11 (64bit, Intel i7-17200H, 16GB RAM laptop) w/ Ubuntu 24.04.1 LTS.
Below is my nvidia-smi (GeForce RTX3060 Laptop):
And here is the gcc version:
As for how the environment was setup, from a fresh WSL instance, I called apt-get update
then followed the installation instructions on MocapNET's README (main branch).
After running ./initialise.sh (with 'No' for [Use GPU?], and 'No' for [Use Tensorflow 1.x?]), I am now running into this issue.
Not sure if related, but during initialise.sh run, I got these warnings too.
When trying to run pip show tensorflow after, I got a "Package not found", so I assume MocapNET is running off a local dependency copy of tensorflow.
Please let me know if I messed up the installation process anywhere, or if I need to do something extra with tensorflow for CUDA12.0.
Thanks
The text was updated successfully, but these errors were encountered: