File size: 537 Bytes
81bc8fc
 
 
9300714
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81bc8fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
pipeline_tag: image-to-3d
---
# Sat2Density++ Checkpoints

This folder contains pretrained checkpoints for Sat2Density++.

## Contents
- CVACT / CVUSA / VIGOR checkpoints
- Each dataset folder includes:
  - `generator_config.json`
  - `generator_smooth.pth`

## Usage
Place the checkpoint folders under `checkpoints/` in the project root, then run:
- `bash demos/inference_demo/demo_cvact.sh 0`
- `bash demos/inference_demo/demo_cvusa.sh 0`
- `bash demos/inference_demo/demo_vigor.sh 0`

## License
MIT (same as the main repository).