shunsukesaito / PIFu

This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
https://shunsukesaito.github.io/PIFu/
Other
1.75k stars 343 forks source link

freeglut (foo): failed to open display 'localhost:12.0' #139

Open Deerzh opened 1 year ago

Deerzh commented 1 year ago

my environment is a Linux server machine, which os is ubuntu18.04, when I run this command: python -m apps.train_color --dataroot Traindata --num_sample_inout 0 --num_sample_color 5000 --sigma 0.1 --random_flip --random_scale --random_trans an error occurred, like this: ValueError: Sample larger than population or is negative

Can you help me solve this problem?