Some interest. A stronger README and CI would help.
Documentation
0
No README found in the repository.
→ Add a README.md describing what the project does, how to install it, and how to run it.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
Engineering
0
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Project health
46
No dependency manifest detected at root.
→ Add a manifest (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) so others can install dependencies in one command.
No repository description set on GitHub (−60 pts).
→ Add a one-line description in the repo Settings → About. It appears in search results and social previews.
.gitignore present.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 14Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 91Watchers
Responsiveness
- —Median issue response
- <1hMedian PR merge time
- 3Open issues
Repository files113 root entries
- .ideaIssue: Build artifacts or local files may be committed (.idea/.gitignore) (−40 pts).Fix: Remove them and add to .gitignore.
- 4k4d
- animatable_nerf
- animatable_sdf
- AR-Benchmark
- archon
- AtlasGS
- autorecon
- blinkflow
- blinkvision
- boxdreamer
- cg-slam
- coin3d
- cp-slam
- d-prism
- deep_ac
- deflowslam
- deltar
- DetectorFreeSfM
- DiffPano
- DiffWind
- DPS-Net
- efficientloftr
- eggfusion
- enerf
- envgs
- free360
- freetimegs
- gaussian-prediction
- GaussianUpdate
- GaussianZoom
- gCasp
- geneavatar
- GURecon
- gvhmr
- habitat-gs
- hghoi
- Hierarchy_UGP
- hiscene
- htd-refine
- humanram
- im4d
- InfiniDepth
- inr_tutorial
- instant_nvr
- instascene
- intrinsic_nerf
- IntrinsicAnything
- invrender
- LAMP
- lidar-rt
- loftr
- longvolcap
- manhattan_sdf
- MaPa
- MatchAnything
- MeGAS
- Mirror-NeRF
- Mirrored-Human
- mlp_maps
- Motion-2-to-3
- MotionStreamer
- murre
- nd-sdf
- neumesh
- neumeshplusplus
- neural_outdoor_rerender
- neuralbody
- neuraloc
- neuralrecon
- neuralrecon-w
- neusc
- niid
- nis_slam
- nr_in_a_room
- object_nerf
- onepose
- onepose_plus_plus
- paintingnature
- panogs
- pats
- pc-planner
- pgsr
- PhysSkin
- PNeRFLoc
- poking_perception
- PostCam
- pvo
- ready_to_react
- relightable_avatar
- rnin-vio
- rtc-vio
- sahmr
- sam_graph
- scal3r
- sensloc
- sgformer
- sine
- slide_gcn
- SpaTracker
- splatloc
- split4d
- StarGen
- STDLoc
- street_crafter
- street_gaussians
- text_scene_motion
- tof_slam
- TotalSelfScan
- UDOLO
- VAP
- zju_mocap
- .gitignoreGood: .gitignore present.