toandaominh1997 / EfficientDet.Pytorch

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

Readme training part error #34

Closed bruzat closed 4 years ago

bruzat commented 4 years ago

Hi, You need to update https://github.com/toandaominh1997/EfficientDet.Pytorch#training-efficientdet

Change :

python train.py --model_name effcientdet-d0 # Example

python train.py --dataset_root /root/data/VOCdevkit/ --n effcientdet-d0 # Example

to :

python train.py --model_name efficientdet-d0 # Example

python train.py --dataset_root /root/data/VOCdevkit/ --network efficientdet-d0 # Example

Thank you for this good repository

toandaominh1997 commented 4 years ago

@bruzat Thank for your changes. I fixed it. Thank so much