windy2612 commited on
Commit
f9647d9
·
verified ·
1 Parent(s): bf10b27

Delete Test.ipynb

Browse files
Files changed (1) hide show
  1. Test.ipynb +0 -80
Test.ipynb DELETED
@@ -1,80 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": 89,
6
- "metadata": {},
7
- "outputs": [],
8
- "source": [
9
- "import torch \n",
10
- "import torch.nn as nn\n",
11
- "from parseq.system import System\n",
12
- "import yaml\n",
13
- "import cv2\n",
14
- "from parseq.augmentation import trans\n",
15
- "import PIL\n",
16
- "import imgaug\n",
17
- "import torchvision\n",
18
- "from wpodnet.lib_detection import load_model_wpod, detect_lp\n",
19
- "import numpy as np\n",
20
- "import gradio as gr \n",
21
- "import tensorflow as tf\n",
22
- "from tensorflow import keras\n",
23
- "import timm\n",
24
- "import pytorch_lightning as pl"
25
- ]
26
- },
27
- {
28
- "cell_type": "code",
29
- "execution_count": 91,
30
- "metadata": {},
31
- "outputs": [
32
- {
33
- "name": "stdout",
34
- "output_type": "stream",
35
- "text": [
36
- "tensorflow==2.13.1\n",
37
- "torch==2.4.1+cu118\n",
38
- "gradio==4.44.1\n",
39
- "timm==1.0.9\n",
40
- "PIL==10.2.0\n",
41
- "imgaug==0.4.0\n",
42
- "opencv-python==4.10.0\n",
43
- "torchvision==0.19.1+cu118\n"
44
- ]
45
- }
46
- ],
47
- "source": [
48
- "print(f'tensorflow=={tf.__version__}')\n",
49
- "print(f'torch=={torch.__version__}')\n",
50
- "print(f'gradio=={gr.__version__}')\n",
51
- "print(f'timm=={timm.__version__}')\n",
52
- "print(f'PIL=={PIL.__version__}')\n",
53
- "print(f'imgaug=={imgaug.__version__}')\n",
54
- "print(f'opencv-python=={cv2.__version__}')\n",
55
- "print(f'torchvision=={torchvision.__version__}')"
56
- ]
57
- }
58
- ],
59
- "metadata": {
60
- "kernelspec": {
61
- "display_name": "virtual",
62
- "language": "python",
63
- "name": "python3"
64
- },
65
- "language_info": {
66
- "codemirror_mode": {
67
- "name": "ipython",
68
- "version": 3
69
- },
70
- "file_extension": ".py",
71
- "mimetype": "text/x-python",
72
- "name": "python",
73
- "nbconvert_exporter": "python",
74
- "pygments_lexer": "ipython3",
75
- "version": "3.10.0"
76
- }
77
- },
78
- "nbformat": 4,
79
- "nbformat_minor": 2
80
- }