You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template.
The following information is missing: "Instructions To Reproduce the Issue and Full Logs"; "Your Environment";
Hello, when I register my dataset which is in the COCO JSON format and MetadataCatalog it, i get empty classes
import json
from detectron2.data import MetadataCatalog, DatasetCatalog
from detectron2.data.datasets import register_coco_instances
register_coco_instances('train',{},'/content/SplittedData/train.json', '/content/TACO/data')
_dataset_metadata_train = MetadataCatalog.get('train')
My JSON file: https://drive.google.com/file/d/1jnDJZswSGn0TZiYlZoApj2WfERoprhwG/view?usp=share_link
##Environment:
Google COLAB
The text was updated successfully, but these errors were encountered: