onnx2tf 1.29.7__py3-none-any.whl → 1.29.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- onnx2tf/__init__.py +1 -1
- {onnx2tf-1.29.7.dist-info → onnx2tf-1.29.8.dist-info}/METADATA +10 -7
- {onnx2tf-1.29.7.dist-info → onnx2tf-1.29.8.dist-info}/RECORD +7 -7
- {onnx2tf-1.29.7.dist-info → onnx2tf-1.29.8.dist-info}/WHEEL +0 -0
- {onnx2tf-1.29.7.dist-info → onnx2tf-1.29.8.dist-info}/licenses/LICENSE +0 -0
- {onnx2tf-1.29.7.dist-info → onnx2tf-1.29.8.dist-info}/licenses/LICENSE_onnx-tensorflow +0 -0
- {onnx2tf-1.29.7.dist-info → onnx2tf-1.29.8.dist-info}/top_level.txt +0 -0
onnx2tf/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: onnx2tf
|
|
3
|
-
Version: 1.29.
|
|
3
|
+
Version: 1.29.8
|
|
4
4
|
Summary: Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC).
|
|
5
5
|
Home-page: https://github.com/PINTO0309/onnx2tf
|
|
6
6
|
Author: Katsuya Hyodo
|
|
@@ -16,7 +16,8 @@ Requires-Dist: numpy==1.26.4
|
|
|
16
16
|
Requires-Dist: onnx==1.19.0
|
|
17
17
|
Requires-Dist: onnxruntime==1.23.0
|
|
18
18
|
Requires-Dist: opencv-python==4.11.0.86
|
|
19
|
-
Requires-Dist: onnxsim==0.4.
|
|
19
|
+
Requires-Dist: onnxsim==0.4.36
|
|
20
|
+
Requires-Dist: onnxoptimizer==0.4.2
|
|
20
21
|
Requires-Dist: ai-edge-litert==2.1.0
|
|
21
22
|
Requires-Dist: tensorflow==2.19.0
|
|
22
23
|
Requires-Dist: tf-keras==2.19.0
|
|
@@ -306,10 +307,11 @@ Video speed is adjusted approximately 50 times slower than actual speed.
|
|
|
306
307
|
- Linux / Windows
|
|
307
308
|
- onnx==1.19.0
|
|
308
309
|
- onnxruntime==1.23.0
|
|
309
|
-
-
|
|
310
|
+
- onnxsim==0.4.36
|
|
311
|
+
- onnxoptimizer==0.4.2
|
|
310
312
|
- onnx_graphsurgeon==0.5.8
|
|
311
313
|
- simple_onnx_processing_tools==1.1.32
|
|
312
|
-
- tensorflow==2.19.0
|
|
314
|
+
- tensorflow==2.19.0
|
|
313
315
|
- tf-keras==2.19.0
|
|
314
316
|
- ai-edge-litert==1.2.0
|
|
315
317
|
- psutil==5.9.5
|
|
@@ -357,7 +359,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
|
|
|
357
359
|
docker run --rm -it \
|
|
358
360
|
-v `pwd`:/workdir \
|
|
359
361
|
-w /workdir \
|
|
360
|
-
ghcr.io/pinto0309/onnx2tf:1.29.
|
|
362
|
+
ghcr.io/pinto0309/onnx2tf:1.29.8
|
|
361
363
|
|
|
362
364
|
or
|
|
363
365
|
|
|
@@ -365,14 +367,15 @@ Video speed is adjusted approximately 50 times slower than actual speed.
|
|
|
365
367
|
docker run --rm -it \
|
|
366
368
|
-v `pwd`:/workdir \
|
|
367
369
|
-w /workdir \
|
|
368
|
-
docker.io/pinto0309/onnx2tf:1.29.
|
|
370
|
+
docker.io/pinto0309/onnx2tf:1.29.8
|
|
369
371
|
|
|
370
372
|
or
|
|
371
373
|
|
|
372
374
|
pip install -U onnx==1.19.0 \
|
|
373
375
|
&& pip install -U onnx-graphsurgeon==0.5.8 \
|
|
374
376
|
&& pip install -U onnxruntime==1.23.0 \
|
|
375
|
-
&& pip install -U onnxsim==0.4.
|
|
377
|
+
&& pip install -U onnxsim==0.4.36 \
|
|
378
|
+
&& pip install -U onnxoptimizer==0.4.2 \
|
|
376
379
|
&& pip install -U simple_onnx_processing_tools==1.1.32 \
|
|
377
380
|
&& pip install -U sne4onnx>=1.0.13 \
|
|
378
381
|
&& pip install -U sng4onnx>=1.0.4 \
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
onnx2tf/__init__.py,sha256=
|
|
1
|
+
onnx2tf/__init__.py,sha256=hMWH2boz8JPzsuaYsF1xqqELYgBVGg6tIlkAtcbQowQ,66
|
|
2
2
|
onnx2tf/__main__.py,sha256=2RSCQ7d4lc6CwD-rlGn9UicPFg-P5du7ZD_yh-kuBEU,57
|
|
3
3
|
onnx2tf/onnx2tf.py,sha256=wdBA-lgCEu-ZfUAKIUQgLe8hSP8ifE7rS6nWAq6iF6o,151519
|
|
4
4
|
onnx2tf/ops/Abs.py,sha256=V7btmCG_ZvK_qJovUsguq0ZMJ349mhNQ4FHSgzP_Yuo,4029
|
|
@@ -198,9 +198,9 @@ onnx2tf/utils/enums.py,sha256=7c5TqetqB07VjyHoxJHfLgtqBqk9ZRyUF33fPOJR1IM,1649
|
|
|
198
198
|
onnx2tf/utils/iterative_json_optimizer.py,sha256=qqeIxWGxrhcCYk8-ebWnblnOkzDCwi-nseipHzHR_bk,10436
|
|
199
199
|
onnx2tf/utils/json_auto_generator.py,sha256=OC-SfKtUg7zUxaXTAg6kT0ShzIc3ByjDa3FNp173DtA,60302
|
|
200
200
|
onnx2tf/utils/logging.py,sha256=yUCmPuJ_XiUItM3sZMcaMO24JErkQy7zZwVTYWAuiKg,1982
|
|
201
|
-
onnx2tf-1.29.
|
|
202
|
-
onnx2tf-1.29.
|
|
203
|
-
onnx2tf-1.29.
|
|
204
|
-
onnx2tf-1.29.
|
|
205
|
-
onnx2tf-1.29.
|
|
206
|
-
onnx2tf-1.29.
|
|
201
|
+
onnx2tf-1.29.8.dist-info/licenses/LICENSE,sha256=5v_Kxihy8i6mzHVl349ikSREaIdsl9YeUnX1KBDLD2w,1070
|
|
202
|
+
onnx2tf-1.29.8.dist-info/licenses/LICENSE_onnx-tensorflow,sha256=gK4GtS9S5YcyINu6uuNNWdo-kBClyEM4MFLFGiNTeRM,11231
|
|
203
|
+
onnx2tf-1.29.8.dist-info/METADATA,sha256=tL52Iorw3kjy7YJ7IPdqiAXcNGxhQJNq-8BGf6FXAZM,153504
|
|
204
|
+
onnx2tf-1.29.8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
205
|
+
onnx2tf-1.29.8.dist-info/top_level.txt,sha256=WgfPiEy3f6vZ_FOpAIEA2CF3TCx1eYrhGw93Ih6b9Fw,8
|
|
206
|
+
onnx2tf-1.29.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|