Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromย
Zhengyi/CRM
mashroo
/
CRM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
135bed3
CRM
3.89 MB
3 contributors
History:
147 commits
YoussefAnso
Add configurable ONNX model path in app.py for background removal. Implement error handling for missing model file and ensure valid image processing. Updated remove_background function to utilize environment variable for model path.
135bed3
3 months ago
configs
init
over 1 year ago
examples
Re-added .webp images via Git LFS after history cleanup
3 months ago
imagedream
init
over 1 year ago
libs
init
over 1 year ago
model
Refactor app.py and inference.py to streamline image generation and mesh export processes. Removed unnecessary CPU transfers and temporary file handling, directly returning generated GLB paths. Updated mesh export in CRM model to support vertex colors and improved overall efficiency in texture mapping.
3 months ago
util
Update util/renderer.py
over 1 year ago
.gitattributes
Safe
1.77 kB
Track .webp images with Git LFS
3 months ago
.gitignore
Safe
2.7 kB
fix
over 1 year ago
README.md
Safe
252 Bytes
Remove unnecessary launch parameters from app.py for simplicity and update README.md to reflect the new Gradio SDK version 4.21.0.
3 months ago
app.py
Safe
8.86 kB
Add configurable ONNX model path in app.py for background removal. Implement error handling for missing model file and ensure valid image processing. Updated remove_background function to utilize environment variable for model path.
3 months ago
inference.py
Safe
6.84 kB
Update texture size parameter in vertex_color_to_uv_textured_glb function in inference.py from 768 to 640 for optimized performance.
3 months ago
mesh.py
Safe
34.5 kB
Refactor gen_image function in app.py to return base64 encoded GLB data instead of a file path. Update mesh export in inference.py to return .obj file extension. Modify Mesh class to streamline GLB export and enhance texture handling, ensuring proper integration of vertex attributes.
3 months ago
pipelines.py
Safe
6.63 kB
fix
over 1 year ago
requirements.txt
Safe
351 Bytes
Refactor background removal in app.py to utilize dis_bg_remover for improved image processing. Removed rembg dependency and updated related logic in remove_background function. Updated requirements.txt to reflect the change in background removal library.
3 months ago