limengfei3675
limengfei3675
Thank you for uploading. Have you trained on the coco dataset? What is the map of EfficientDet-D0 on the coco dataset?
can you tell me your albumentations version?? I got AttributeError: module 'albumentations.augmentations.transforms' has no attribute 'RandomResizedCrop'
Hello, thanks for your code.My torchvision version is 0.4.2 and cuda version is 10.1. When I run demo.py I get a error : RuntimeError: CUDA error: no kernel image is...
Hello, we use the command: python train.py ../configs/faster_rcnn_r152_fpn_TSD_1x.py --work_dir exp/TSD_r152/ --validate to train the network, throwing TypeError: __init__() got an unexpected keyword argument'bbox_roi_extractor' python train.py ../configs/faster_rcnn_r152_fpn_TSD_1x.py --work_dir exp/TSD_r152/ --validate 2020-07-15...
Thanks for your code. When I prepared the environment and started to compile, it threw "error: identifier "AT_CHECK" is undefined". How to solve this problem? Thank you.