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
You have used /mnt/9a72c439-d0a7-45e8-8d20-d7a235d02763/DATASET/HO3D_v3/ in the commands in the readme file and in the data reader script. Please change them to something like /path/to/your/dataset
In your docker run command you are mounting /home and /tmp and /mnt into the container. Why is this? Why would you want to mount /home into the container? This is very bad and dangerous practice.
Please add this to the readme because it is required to fix the GLIBCXX error: export LD_LIBRARY_PATH=/opt/conda/lib:${LD_LIBRARY_PATH}
Add minimum GPU requirements for the project to run. I spent hours building this and trying to make it to work just to find out from the previously closed issues that my GPU (3070Ti) is not enough to run the code.
It seems to me that no one has put any effort into transforming this repo from a personal repo into a public one for general use.
The text was updated successfully, but these errors were encountered:
Ali-Flt
changed the title
clean up paths in readme and scripts
Update readme
Feb 6, 2024
Ali-Flt
changed the title
Update readme
Update README Add crucial information
Feb 6, 2024
Ali-Flt
changed the title
Update README Add crucial information
Update README and Add Crucial Information
Feb 6, 2024
/mnt/9a72c439-d0a7-45e8-8d20-d7a235d02763/DATASET/HO3D_v3/
in the commands in the readme file and in the data reader script. Please change them to something like/path/to/your/dataset
/home
and/tmp
and/mnt
into the container. Why is this? Why would you want to mount/home
into the container? This is very bad and dangerous practice.export LD_LIBRARY_PATH=/opt/conda/lib:${LD_LIBRARY_PATH}
It seems to me that no one has put any effort into transforming this repo from a personal repo into a public one for general use.
The text was updated successfully, but these errors were encountered: