PINTO0309 / PINTO_model_zoo

A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
https://qiita.com/PINTO
MIT License
3.49k stars 566 forks source link

The files under "01_mobilenetv3_small/01_pascalvoc" are empty, #332

Closed t109368507 closed 1 year ago

t109368507 commented 1 year ago

Issue Type

Documentation Feature Request

OS

Ubuntu

OS architecture

aarch64

Programming Language

Python

Framework

TensorFlowLite

Model name and Weights/Checkpoints URL

01_mobilenetv3_small/01_pascalvoc

Description

Hi, Download the files via "https://github.com/PINTO0309/PINTO_model_zoo/blob/main/001_deeplabv3/download.sh". The files under "01_mobilenetv3_small/01_pascalvoc" are empty except "01_float32" , could you please provider the files or how to generate the other?

01_mobilenetv3_small/01_pascalvoc/02_quantization-aware/ 01_mobilenetv3_small/01_pascalvoc/03_export_model/ 01_mobilenetv3_small/01_pascalvoc/04_tflite/

Thanks! B&R.

Relevant Log Output

No response

URL or source code for simple inference testing code

No response

t109368507 commented 1 year ago

Is the export script command correct?

python deeplab/export_model.py \
--model_variant="mobilenet_v3_small_seg" \
--crop_size=257 \
--crop_size=257 \
--checkpoint_path=./01_float32/model.ckpt-500000 \
--export_path=./01_float32/frozen_inference_graph.pb
PINTO0309 commented 1 year ago

I seem to have deleted a model I committed to 4 years ago in the process of a recent storage migration. (There was a Google Drive outage until about two weeks ago that was causing problems with my file migration process.)

At this point, it would be much faster to download the various processed models from TFHub.

https://tfhub.dev/s?q=deeplabv3