• Hardware (RTX 3080 Ti)
• Network Type (Mask_rcnn)
• TAO Version
(Configuration of the TAO Toolkit Instance
dockers: [‘nvidia/tao/tao-toolkit-tf’, ‘nvidia/tao/tao-toolkit-pyt’, ‘nvidia/tao/tao-toolkit-lm’]
format_version: 2.0
toolkit_version: 3.22.05
published_date: 05/25/2022)
Hello everyone!
I want to train a custom dataset on the MaskRCNN model in the TAO Toolkit. The annotations in the example dataset are in json format and there are a lot of json files in the downloaded annotations folder, instead of just one each for training, testing and validation (as is the standard), which is making it really hard to make sense of how to fit my own dataset into the notebook. I am using Roboflow to generate json coco files, which I want to reference in the specs file.
This is the file system of the Roboflow annotations:
-
train
- ‘_annotations.coco.json’
- [jpg training images]
-
test
- ‘_annotations.coco.json’
- [jpg test images]
-
valid
- ‘_annotations.coco.json’
- [jpg valid images]
Do you guys know how I can fit this dataset into the TAO MaskRCNN training pipeline?