toandaominh1997 / EfficientDet.Pytorch

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
MIT License
1.44k stars 306 forks source link

Height, width, channels = img.shape AttributeError: 'NoneType' object has no attribute 'shape' #63

Closed zhang-pan closed 4 years ago

zhang-pan commented 4 years ago

Height, width, channels = img.shape AttributeError: 'NoneType' object has no attribute 'shape' when I run train.py.I want to know how to set the data under data when running this program.