Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into fix_depth_stuff_corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
timothygao8710 authored Jul 3, 2024
2 parents f6c8fc1 + a41a894 commit ddae734
Show file tree
Hide file tree
Showing 158 changed files with 12 additions and 68,300 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ record_all/
_build/
*.png
*.ply
*.mov
*.mov
1 change: 1 addition & 0 deletions Depth-Anything
Submodule Depth-Anything added at 1e1c8d
26 changes: 10 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
# Humanoid at Home Depth Estimation

## Demos

Depth Estimation
```
python src/model/evaluate.py
```

3D Scene Reconstruction
## Benchmark
You can run the leaderboard benchmark locally at:
```
py src/leaderboard/app.py
```

## Instructions
## Experimental

1. run_video_depth_only.py: Get depth estimation inference frames from video

2. depth_to_pc.py: Get point clouds for each frame in video, by cross referencing original (*_OG.png) and generated depth frames. Change camera intrinsics appropriately to generate accurate point clouds.

3. video_pc_testing.py: To test camera view ports, angles, and positions to generate a point cloud video

4. video_pc_actual.py: generate point cloud video, camera rotates on x-y plane in a circle for 3d effects. Utilizes parameters found after video_pc_testing.py.

5. video_pc_mesh.py: generates mesh from pointcloud, using KDTree for normal estimation and Poisson Surface Reconstruction for creating smooth, detailed surfaces

## Requirements

environment.yml
## Errors
95 changes: 0 additions & 95 deletions depth_anything/app.py

This file was deleted.

15 changes: 0 additions & 15 deletions depth_anything/controlnet/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions depth_anything/controlnet/config.json

This file was deleted.

153 changes: 0 additions & 153 deletions depth_anything/depth_anything/blocks.py

This file was deleted.

Loading

0 comments on commit ddae734

Please sign in to comment.