maty0505github

Results 55 issues of maty0505github

When I build this repository, the following error occurred. ``` x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security...

When I run the following command line, the following error occurred. ``` $ python3 train.py --save_dir=./training/ load from file ./datasets/Mixamo/Aj.npy Window count: 179, total frame (without downsampling): 21437 load from...

When I run the followint command line, the following error occurred. ``` $ python3 datasets/preprocess.py Traceback (most recent call last): File "datasets/preprocess.py", line 4, in from datasets.bvh_parser import BVH_file ModuleNotFoundError:...

When I run the following command line, the following error occurred. ``` $ python3 datasets/split_joint.pyTraceback (most recent call last): File "datasets/split_joint.py", line 10, in from option_parser import try_mkdir ModuleNotFoundError: No...

When I tried to run PIFu_Demo.ipynb, the last cell outputting the following error. ``` --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in () 5 6 renderer = set_renderer() ---->...

When I tried to run sh ./scripts/test.sh, the following error occurred. ``` $ sh ./scripts/test.sh + GPU_ID=0 + DISPLAY_ID=10 + NAME=pifu_demo + BATCH_SIZE=1 + MLP_DIM=257 1024 512 256 128 1...

When I tried to run sh ./scripts/download_trained_model.sh, the following error occurred. ``` $ sh ./scripts/download_trained_model.sh + mkdir -p checkpoints + cd checkpoints + wget https://drive.google.com/uc?export=download&id=1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm -O net_G --2023-05-09 10:40:26-- https://drive.google.com/uc?export=download&id=1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm...

I tried to run some live demo, but I found that the execution was very slow and GPU was not used. My environment is as follows: ``` Ubuntu20.04 Python3.8 tensorflow2.12.0...

nvidiaproblems
tensorflow problems

At the following loop, ``` while True: try: image = take_frame() image = resize_with_padding(image,1280,720) # Perform image processing with MediaPipeHolistic mocapNETInput, annotated_image = mp_holistic.convertImageToMocapNETInput(image) # Perform 3D joint prediction with...

question

My PC has GPU of which CUDA Version is 12.0. But it seems not to be used. Please tell me how to use CUDA Version: 12.0.

nvidiaproblems
tensorflow problems