vision_transformers icon indicating copy to clipboard operation
vision_transformers copied to clipboard

Vision Transformers for image classification, image segmentation, and object detection.

Results 1 vision_transformers issues
Sort by recently updated
recently updated
newest added

Trying to run DETR on custom dataset. When executing the launch command: - python tools/train_detector.py --epochs 20 --batch 2 --data data/aquarium.yaml --model detr_resnet50 --name detr_resnet50 The output is: ### RuntimeError:...