Skip to content

Commit 2f00241

Browse files
committed
remove outputs
1 parent 7ea2db9 commit 2f00241

File tree

2 files changed

+10
-362
lines changed

2 files changed

+10
-362
lines changed

examples/dinov2_notebook.ipynb

Lines changed: 4 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -20,135 +20,10 @@
2020
},
2121
{
2222
"cell_type": "code",
23-
"execution_count": 1,
24-
"id": "8e6dd3e6-0f72-456b-9b16-2e53d5d5c099",
25-
"metadata": {
26-
"colab": {
27-
"base_uri": "https://localhost:8080/"
28-
},
29-
"id": "8e6dd3e6-0f72-456b-9b16-2e53d5d5c099",
30-
"outputId": "75559847-e4d2-42b4-cc8e-c7ebc06a8b51"
31-
},
32-
"outputs": [
33-
{
34-
"name": "stdout",
35-
"output_type": "stream",
36-
"text": [
37-
"Requirement already satisfied: pip in /home/dnth/anaconda3/envs/fastdup/lib/python3.10/site-packages (23.1.1)\n",
38-
"Collecting fastdup\n",
39-
" Using cached fastdup-0.921-cp310-cp310-manylinux_2_31_x86_64.whl (75.1 MB)\n",
40-
"Collecting numpy (from fastdup)\n",
41-
" Downloading numpy-1.24.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)\n",
42-
"\u001b[2K \u001b[38;2;114;156;31m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m17.3/17.3 MB\u001b[0m \u001b[31m11.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0mm eta \u001b[36m0:00:01\u001b[0m0:01\u001b[0m:01\u001b[0m\n",
43-
"\u001b[?25hCollecting opencv-python-headless (from fastdup)\n",
44-
" Using cached opencv_python_headless-4.7.0.72-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (49.2 MB)\n",
45-
"Collecting packaging (from fastdup)\n",
46-
" Using cached packaging-23.1-py3-none-any.whl (48 kB)\n",
47-
"Collecting pandas (from fastdup)\n",
48-
" Using cached pandas-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB)\n",
49-
"Collecting pillow (from fastdup)\n",
50-
" Using cached Pillow-9.5.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB)\n",
51-
"Collecting pyyaml (from fastdup)\n",
52-
" Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB)\n",
53-
"Collecting requests==2.28.1 (from fastdup)\n",
54-
" Using cached requests-2.28.1-py3-none-any.whl (62 kB)\n",
55-
"Collecting sentry-sdk (from fastdup)\n",
56-
" Using cached sentry_sdk-1.20.0-py2.py3-none-any.whl (198 kB)\n",
57-
"Collecting tqdm (from fastdup)\n",
58-
" Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)\n",
59-
"Collecting charset-normalizer<3,>=2 (from requests==2.28.1->fastdup)\n",
60-
" Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB)\n",
61-
"Collecting idna<4,>=2.5 (from requests==2.28.1->fastdup)\n",
62-
" Using cached idna-3.4-py3-none-any.whl (61 kB)\n",
63-
"Collecting urllib3<1.27,>=1.21.1 (from requests==2.28.1->fastdup)\n",
64-
" Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB)\n",
65-
"Collecting certifi>=2017.4.17 (from requests==2.28.1->fastdup)\n",
66-
" Using cached certifi-2022.12.7-py3-none-any.whl (155 kB)\n",
67-
"Collecting python-dateutil>=2.8.2 (from pandas->fastdup)\n",
68-
" Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)\n",
69-
"Collecting pytz>=2020.1 (from pandas->fastdup)\n",
70-
" Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB)\n",
71-
"Collecting tzdata>=2022.1 (from pandas->fastdup)\n",
72-
" Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)\n",
73-
"Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas->fastdup)\n",
74-
" Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)\n",
75-
"Installing collected packages: pytz, urllib3, tzdata, tqdm, six, pyyaml, pillow, packaging, numpy, idna, charset-normalizer, certifi, sentry-sdk, requests, python-dateutil, opencv-python-headless, pandas, fastdup\n",
76-
" Attempting uninstall: pytz\n",
77-
" Found existing installation: pytz 2023.3\n",
78-
" Uninstalling pytz-2023.3:\n",
79-
" Successfully uninstalled pytz-2023.3\n",
80-
" Attempting uninstall: urllib3\n",
81-
" Found existing installation: urllib3 1.26.15\n",
82-
" Uninstalling urllib3-1.26.15:\n",
83-
" Successfully uninstalled urllib3-1.26.15\n",
84-
" Attempting uninstall: tzdata\n",
85-
" Found existing installation: tzdata 2023.3\n",
86-
" Uninstalling tzdata-2023.3:\n",
87-
" Successfully uninstalled tzdata-2023.3\n",
88-
" Attempting uninstall: tqdm\n",
89-
" Found existing installation: tqdm 4.65.0\n",
90-
" Uninstalling tqdm-4.65.0:\n",
91-
" Successfully uninstalled tqdm-4.65.0\n",
92-
" Attempting uninstall: six\n",
93-
" Found existing installation: six 1.16.0\n",
94-
" Uninstalling six-1.16.0:\n",
95-
" Successfully uninstalled six-1.16.0\n",
96-
" Attempting uninstall: pyyaml\n",
97-
" Found existing installation: PyYAML 6.0\n",
98-
" Uninstalling PyYAML-6.0:\n",
99-
" Successfully uninstalled PyYAML-6.0\n",
100-
" Attempting uninstall: pillow\n",
101-
" Found existing installation: Pillow 9.5.0\n",
102-
" Uninstalling Pillow-9.5.0:\n",
103-
" Successfully uninstalled Pillow-9.5.0\n",
104-
" Attempting uninstall: packaging\n",
105-
" Found existing installation: packaging 23.1\n",
106-
" Uninstalling packaging-23.1:\n",
107-
" Successfully uninstalled packaging-23.1\n",
108-
" Attempting uninstall: numpy\n",
109-
" Found existing installation: numpy 1.24.2\n",
110-
" Uninstalling numpy-1.24.2:\n",
111-
" Successfully uninstalled numpy-1.24.2\n",
112-
" Attempting uninstall: idna\n",
113-
" Found existing installation: idna 3.4\n",
114-
" Uninstalling idna-3.4:\n",
115-
" Successfully uninstalled idna-3.4\n",
116-
" Attempting uninstall: charset-normalizer\n",
117-
" Found existing installation: charset-normalizer 2.1.1\n",
118-
" Uninstalling charset-normalizer-2.1.1:\n",
119-
" Successfully uninstalled charset-normalizer-2.1.1\n",
120-
" Attempting uninstall: certifi\n",
121-
" Found existing installation: certifi 2022.12.7\n",
122-
" Uninstalling certifi-2022.12.7:\n",
123-
" Successfully uninstalled certifi-2022.12.7\n",
124-
" Attempting uninstall: sentry-sdk\n",
125-
" Found existing installation: sentry-sdk 1.20.0\n",
126-
" Uninstalling sentry-sdk-1.20.0:\n",
127-
" Successfully uninstalled sentry-sdk-1.20.0\n",
128-
" Attempting uninstall: requests\n",
129-
" Found existing installation: requests 2.28.1\n",
130-
" Uninstalling requests-2.28.1:\n",
131-
" Successfully uninstalled requests-2.28.1\n",
132-
" Attempting uninstall: python-dateutil\n",
133-
" Found existing installation: python-dateutil 2.8.2\n",
134-
" Uninstalling python-dateutil-2.8.2:\n",
135-
" Successfully uninstalled python-dateutil-2.8.2\n",
136-
" Attempting uninstall: opencv-python-headless\n",
137-
" Found existing installation: opencv-python-headless 4.7.0.72\n",
138-
" Uninstalling opencv-python-headless-4.7.0.72:\n",
139-
" Successfully uninstalled opencv-python-headless-4.7.0.72\n",
140-
" Attempting uninstall: pandas\n",
141-
" Found existing installation: pandas 2.0.0\n",
142-
" Uninstalling pandas-2.0.0:\n",
143-
" Successfully uninstalled pandas-2.0.0\n",
144-
" Attempting uninstall: fastdup\n",
145-
" Found existing installation: fastdup 0.918\n",
146-
" Uninstalling fastdup-0.918:\n",
147-
" Successfully uninstalled fastdup-0.918\n",
148-
"Successfully installed certifi-2022.12.7 charset-normalizer-2.1.1 fastdup-0.921 idna-3.4 numpy-1.24.3 opencv-python-headless-4.7.0.72 packaging-23.1 pandas-2.0.0 pillow-9.5.0 python-dateutil-2.8.2 pytz-2023.3 pyyaml-6.0 requests-2.28.1 sentry-sdk-1.20.0 six-1.16.0 tqdm-4.65.0 tzdata-2023.3 urllib3-1.26.15\n"
149-
]
150-
}
151-
],
23+
"execution_count": null,
24+
"id": "7f2a85d7",
25+
"metadata": {},
26+
"outputs": [],
15227
"source": [
15328
"!pip install pip -U\n",
15429
"!pip install fastdup -U --force-reinstall"

0 commit comments

Comments
 (0)