tensorflow / tensorflow/graphics

Move "/tensorflow_graphics/projects" to "/projects"

Open
#423 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2.8k
Forks
374
PR merge metrics
No merged PRs in 30d

Description

Currently "projects" are stored under the TFG namespace.
On the other hand "submodules" are not, creating an inconsistency.

This has two main effects:

  1. long python import statement import tensorflow_graphics.projects.project.foo.bar
  2. the pip dependencies of projects need to become tensorflow_graphics dependencies (overkill?)

Recommended actions:

  1. We should move the projects subfolder to the root
  2. We need to make sure subprojects are properly tested (1x github action/project?)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the /tensorflow_graphics/projects and /projects package locations, then trace the existing Python imports and pip dependency handling for projects and submodules. Review the GitHub Actions setup to determine how each subproject is tested. Done means projects use the root-level path, dependencies remain correctly scoped, and subprojects have appropriate automated coverage.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, ci-cd
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.