Please check this document to see if we have already answered your question before raising an Issue in this repository.
- See https://voxel51.com/docs/fiftyone/getting_started/troubleshooting.html#alternative-linux-builds
- Depending on your operating system, you may need to change your fiftyone installation to match it
- E.g. for
RHEL 7systems usepip install fiftyone-db-rhel7
A common reason for submissions to fail is incorrect naming of submission files. Please make sure that you have:
- named the zip files and its contents correctly,
- the zip files contains a single directory called
ablationortestdepending on the leaderboard you are submitting to, - the submission includes a
params.jsonfile containing the number of parameters - verified that none of your predictions or confidence scores are
NaNs - verfied the prediction format matches that of example submissions:
- GPV-1/GPV-2: Categorization, Localization, VQA, RefExp
- Mask-RCNN: Localization, Segmentation, Keypoints
- Normals Baseline: Surface Normal
For more submission details please refer to submission_format.md