areumsim / DETR_pytorch

[Paper implementation] DETR, End-to-End Object Detection with Transformers
1 stars 0 forks source link

Traceback (most recent call last): File "D:\All_Projecte\DETR_pytorch-main\main.py", line 35, in <module> wandb.init( AttributeError: module 'wandb' has no attribute 'init' #1

Open ssl0614 opened 5 months ago

ssl0614 commented 5 months ago

我下载了源码,运行main.py文件这个错误,怎么解决?

1dhuh commented 4 months ago

here i got new problem,Traceback (most recent call last): File "D:\biyelunwen\DETR_pytorch-main\main.py", line 54, in coco_train = COCODataset( File "D:\biyelunwen\DETR_pytorch-main\dataloader_v3.py", line 82, in init self.coco = COCO(self.anno_file) File "D:\anaconda\lib\site-packages\pycocotools\coco.py", line 81, in init with open(annotation_file, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\wolve\arsim\detr_git\DETR_pytorch\cocodataset\annotations\instances_train2017.json'