Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
PIFu-Clothed-Human-Digitization
like
86
Runtime error
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
dd12f3e
PIFu-Clothed-Human-Digitization
/
PIFu
/
lib
/
renderer
/
gl
/
data
/
quad.fs
radames
initial commit
c7f097c
almost 3 years ago
raw
Copy download link
history
blame
Safe
157 Bytes
#version
330
core
out vec4 FragColor;
in
vec2 TexCoord;
uniform sampler2D screenTexture;
void
main()
{
FragColor
=
texture(screenTexture, TexCoord);
}