tensorflow / tensorflow/graphics

Self contained testing.mock_data for TFDS datasets

Open
#351 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

contributions welcome enhancement
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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.