tensorflow / tensorflow/graphics
Self contained testing.mock_data for TFDS datasets
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 374
- PR merge metrics
- No merged PRs in 30d
Description
Currently, storing dataset info in tensorflow_graphics/datasets/testing/metadata breaks the "self-contained" style we are following for TFDS datasets stored within TFG.
We should modify the logic of the mock run so that tensorflow_graphics/datasets/testing/metadata/model_net40/1.0.0/dataset_info.json can be stored in something like tensorflow_graphics/datasets/model_net40/dataset_info.json.
CC'ing @rsepassi so he can provide some pointers on how to fix this?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the mock-run logic around tensorflow_graphics/datasets/testing/metadata and compare it with the model_net40 dataset layout. The work is done when dataset_info.json can live under tensorflow_graphics/datasets/model_net40/dataset_info.json while TFDS mock testing remains self-contained.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100