edehino

Results 3 comments of edehino

@sovit-123 I downloaded the pre-trained weight from this repository: https://github.com/open-mmlab/mmdetection/blob/main/docs/en/model_zoo.md I am running this code: `python train.py --data data_configs/custom.yaml --epochs 2 --model fasterrcnn_resnet50_fpn_v2 --name test --weights weights/resnet50-19c8e357.pth --device cpu` output...

Thank you for that! Also, I am trying to replicate your installation: !pip install torch==1.4.0+cu100 torchvision==0.5.0+cu100 -f https://download.pytorch.org/whl/torch_stable.html But when I try to, it prompts me that the earliest I...

I have the same problem too. Waiting for some help in this thread. EDIT: I tried reading the python files, and it has something to do with the 'inputs' key....