Closed bruzat closed 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
@bruzat Thank for your changes. I fixed it. Thank so much
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