yi0109-sec

Results 2 issues of yi0109-sec

I trained with custom datasets It seemed to be learning But if I inference image to detect object Even though there is one object in the image, dozens of boxes...

is it possible convert ckpt to tflite quantized by using model_inspect.py ? currently I convert ``` python model_inspect.py --runmode=saved_model --model_name=efficientdet-d0 \ --ckpt_path=$CKPT_PATH --saved_model_dir=$SAVED_MODEL_PATH \ --tflite_path=$TFLITE_PATH \ --hparams=voc_config.yaml ```