graphics
graphics copied to clipboard
Move "/tensorflow_graphics/projects" to "/projects"
Currently "projects" are stored under the TFG namespace. On the other hand "submodules" are not, creating an inconsistency.
This has two main effects:
- long python import statement
import tensorflow_graphics.projects.project.foo.bar - the pip dependencies of projects need to become tensorflow_graphics dependencies (overkill?)
Recommended actions:
- We should move the projects subfolder to the root
- We need to make sure subprojects are properly tested (1x github action/project?)