supervisely 6.73.359__py3-none-any.whl → 6.73.361__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.
- supervisely/app/widgets/project_thumbnail/project_thumbnail.py +3 -2
- supervisely/app/widgets/random_splits_table/random_splits_table.py +13 -2
- supervisely/app/widgets/random_splits_table/template.html +2 -2
- supervisely/app/widgets/select_app_session/select_app_session.py +3 -0
- supervisely/app/widgets/train_val_splits/train_val_splits.py +36 -24
- supervisely/nn/inference/inference.py +1 -2
- supervisely/nn/training/gui/gui.py +551 -186
- supervisely/nn/training/gui/input_selector.py +1 -1
- supervisely/nn/training/gui/model_selector.py +26 -6
- supervisely/nn/training/gui/tags_selector.py +105 -0
- supervisely/nn/training/gui/train_val_splits_selector.py +80 -18
- supervisely/nn/training/train_app.py +139 -43
- supervisely/project/download.py +24 -6
- supervisely/project/video_project.py +35 -6
- {supervisely-6.73.359.dist-info → supervisely-6.73.361.dist-info}/METADATA +80 -59
- {supervisely-6.73.359.dist-info → supervisely-6.73.361.dist-info}/RECORD +20 -19
- {supervisely-6.73.359.dist-info → supervisely-6.73.361.dist-info}/LICENSE +0 -0
- {supervisely-6.73.359.dist-info → supervisely-6.73.361.dist-info}/WHEEL +0 -0
- {supervisely-6.73.359.dist-info → supervisely-6.73.361.dist-info}/entry_points.txt +0 -0
- {supervisely-6.73.359.dist-info → supervisely-6.73.361.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: supervisely
|
|
3
|
-
Version: 6.73.
|
|
3
|
+
Version: 6.73.361
|
|
4
4
|
Summary: Supervisely Python SDK.
|
|
5
5
|
Home-page: https://github.com/supervisely/supervisely
|
|
6
6
|
Author: Supervisely
|
|
@@ -138,13 +138,13 @@ Requires-Dist: torchvision; extra == "training"
|
|
|
138
138
|
Requires-Dist: tensorboardX; extra == "training"
|
|
139
139
|
|
|
140
140
|
<h1 align="center">
|
|
141
|
-
<a href="https://
|
|
141
|
+
<a href="https://supervisely.com"><img alt="Supervisely" title="Supervisely" src="https://i.imgur.com/B276eMS.png"></a>
|
|
142
142
|
</h1>
|
|
143
143
|
|
|
144
144
|
<h3 align="center">
|
|
145
|
-
<a href="https://
|
|
146
|
-
<a href="https://ecosystem.
|
|
147
|
-
<a href="https://developer.
|
|
145
|
+
<a href="https://supervisely.com">Computer Vision Platform</a>,
|
|
146
|
+
<a href="https://ecosystem.supervisely.com/">Open Ecosystem of Apps</a>,
|
|
147
|
+
<a href="https://developer.supervisely.com/">SDK for Python</a>
|
|
148
148
|
</h3>
|
|
149
149
|
|
|
150
150
|
<p align="center">
|
|
@@ -158,21 +158,21 @@ Requires-Dist: tensorboardX; extra == "training"
|
|
|
158
158
|
<a href="https://pypi.org/project/supervisely" target="_blank">
|
|
159
159
|
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/supervisely?color=4ec528">
|
|
160
160
|
</a>
|
|
161
|
-
<a href="https://
|
|
161
|
+
<a href="https://supervisely.com/slack" target="_blank"> <img src="https://img.shields.io/badge/slack-chat-green.svg?logo=slack&color=4ec528" alt="Slack">
|
|
162
162
|
</a>
|
|
163
163
|
<a href="https://pypi.org/project/supervisely" target="_blank">
|
|
164
164
|
<img src="https://img.shields.io/pypi/v/supervisely?color=4ec528&label=pypi%20package" alt="Package version">
|
|
165
165
|
</a>
|
|
166
|
-
<a href="https://developer.
|
|
166
|
+
<a href="https://developer.supervisely.com" target="_blank">
|
|
167
167
|
<img src="https://readthedocs.org/projects/supervisely/badge/?version=stable&color=4ec528">
|
|
168
168
|
</a>
|
|
169
169
|
</p>
|
|
170
170
|
|
|
171
171
|
---
|
|
172
172
|
|
|
173
|
-
**Website**: [https://
|
|
173
|
+
**Website**: [https://supervisely.com](https://supervisely.com/)
|
|
174
174
|
|
|
175
|
-
**Supervisely Ecosystem**: [https://ecosystem.
|
|
175
|
+
**Supervisely Ecosystem**: [https://ecosystem.supervisely.com](https://ecosystem.supervisely.com/)
|
|
176
176
|
|
|
177
177
|
**Dev Documentation**: [https://developer.supervisely.com](https://developer.supervisely.com/)
|
|
178
178
|
|
|
@@ -185,6 +185,8 @@ Requires-Dist: tensorboardX; extra == "training"
|
|
|
185
185
|
|
|
186
186
|
## Table of contents
|
|
187
187
|
|
|
188
|
+
- [**Complete video course on YouTube**: What is Supervisely?](#complete-video-course-on-youtube-what-is-supervisely)
|
|
189
|
+
- [Table of contents](#table-of-contents)
|
|
188
190
|
- [Introduction](#introduction)
|
|
189
191
|
- [Supervisely Platform 🔥](#supervisely-platform-)
|
|
190
192
|
- [Supervisely Ecosystem 🎉](#supervisely-ecosystem-)
|
|
@@ -226,14 +228,14 @@ The main issue with most solutions on the market is that they build as products.
|
|
|
226
228
|
|
|
227
229
|
That is why **Supervisely is building a platform** instead of a product.
|
|
228
230
|
|
|
229
|
-
### [Supervisely Platform 🔥](https://
|
|
231
|
+
### [Supervisely Platform 🔥](https://supervisely.com/)
|
|
230
232
|
|
|
231
|
-
<a href="https://
|
|
233
|
+
<a href="https://supervisely.com/">
|
|
232
234
|
<img src="https://user-images.githubusercontent.com/73014155/178843741-996aff24-7ceb-4e3e-88fe-1c19ccd9a757.png" style="max-width:100%;"
|
|
233
235
|
alt="Supervisely Platform">
|
|
234
236
|
</a>
|
|
235
237
|
|
|
236
|
-
You can think of [Supervisely](https://
|
|
238
|
+
You can think of [Supervisely](https://supervisely.com/) as an Operating System available via Web Browser to help you solve Computer Vision tasks. The idea is to unify all the relevant tools within a single [Ecosystem](https://ecosystem.supervisely.com/) of apps, tools, UI widgets and services that may be needed to make the AI development process as smooth and fast as possible.
|
|
237
239
|
|
|
238
240
|
More concretely, Supervisely includes the following functionality:
|
|
239
241
|
|
|
@@ -245,19 +247,19 @@ More concretely, Supervisely includes the following functionality:
|
|
|
245
247
|
* Synthetic data generation tools
|
|
246
248
|
* Instruments to make it easier to collaborate for data scientists, data labelers, domain experts and software engineers
|
|
247
249
|
|
|
248
|
-
### [Supervisely Ecosystem](https://ecosystem.
|
|
250
|
+
### [Supervisely Ecosystem](https://ecosystem.supervisely.com/) 🎉
|
|
249
251
|
|
|
250
252
|
|
|
251
|
-
<a href="https://ecosystem.
|
|
253
|
+
<a href="https://ecosystem.supervisely.com/">
|
|
252
254
|
<img src="https://user-images.githubusercontent.com/73014155/178843764-a92b7ad4-0cce-40ce-b849-17b49c1e1ad3.png" style="max-width:100%;"
|
|
253
255
|
alt="Supervisely Platform">
|
|
254
256
|
</a>
|
|
255
257
|
|
|
256
|
-
The simplicity of creating Supervisely Apps has already led to the development of [hundreds of applications](https://ecosystem.
|
|
258
|
+
The simplicity of creating Supervisely Apps has already led to the development of [hundreds of applications](https://ecosystem.supervisely.com/), ready to be run within a single click in a web browser and get the job done.
|
|
257
259
|
|
|
258
260
|
Label your data, perform quality assurance, inspect every aspect of your data, collaborate easily, train and apply state-of-the-art neural networks, integrate custom models, automate routine tasks and more — like in a real AppStore, there should be an app for everything.
|
|
259
261
|
|
|
260
|
-
## [Development](https://developer.
|
|
262
|
+
## [Development](https://developer.supervisely.com/) 🧑💻
|
|
261
263
|
|
|
262
264
|
Supervisely provides the foundation for integration, customization, development and running computer vision applications to address your custom tasks - just like in OS, like Windows or MacOS.
|
|
263
265
|
|
|
@@ -273,7 +275,7 @@ There are different levels of integration, customization, and automation:
|
|
|
273
275
|
|
|
274
276
|
#### Level 1. HTTP REST API
|
|
275
277
|
|
|
276
|
-
Supervisely has a rich [HTTP REST API](https://api.docs.
|
|
278
|
+
Supervisely has a rich [HTTP REST API](https://api.docs.supervisely.com/) that covers basically every action, you can do manually. You can use **any programming language** and **any development environment** to extend and customize your Supervisely experience.
|
|
277
279
|
|
|
278
280
|
ℹ️ For Python developers, we recommend using our [Python SDK](https://supervisely.readthedocs.io/en/latest/sdk\_packages.html) because it wraps up all API methods and can save you a lot of time with built-in error handling, network re-connection, response validation, request pagination, and so on.
|
|
279
281
|
|
|
@@ -286,10 +288,10 @@ There's no easier way to kick the tires than through [cURL](http://curl.haxx.se/
|
|
|
286
288
|
Example:
|
|
287
289
|
|
|
288
290
|
```bash
|
|
289
|
-
curl -H "x-api-key: <your-token-here>" https://app.
|
|
291
|
+
curl -H "x-api-key: <your-token-here>" https://app.supervisely.com/public/api/v3/projects.list
|
|
290
292
|
```
|
|
291
293
|
|
|
292
|
-
As you can see, URL starts with `https://app.
|
|
294
|
+
As you can see, URL starts with `https://app.supervisely.com`. It is for Community Edition. For Enterprise Edition you have to use your custom server address.
|
|
293
295
|
|
|
294
296
|
</details>
|
|
295
297
|
|
|
@@ -332,43 +334,43 @@ Create python apps to automate routine and repetitive tasks, share them within y
|
|
|
332
334
|
|
|
333
335
|
It is simple and suitable for the most basic tasks and use-cases, for example:
|
|
334
336
|
|
|
335
|
-
* import and export in custom format ([example1](https://ecosystem.
|
|
336
|
-
* assets transformation ([example1](https://ecosystem.
|
|
337
|
-
* users management ([example1](https://ecosystem.
|
|
338
|
-
* deploy special models for AI-assisted labeling ([example1](https://ecosystem.
|
|
337
|
+
* import and export in custom format ([example1](https://ecosystem.supervisely.com/apps/import-images-groups), [example2](https://ecosystem.supervisely.com/apps/export-as-masks), [example3](https://ecosystem.supervisely.com/apps/export-to-pascal-voc), [example4](https://ecosystem.supervisely.com/apps/render-video-labels-to-mp4))
|
|
338
|
+
* assets transformation ([example1](https://ecosystem.supervisely.com/apps/rasterize-objects-on-images), [example2](https://ecosystem.supervisely.com/apps/resize-images), [example3](https://ecosystem.supervisely.com/apps/change-video-framerate), [example4](https://ecosystem.supervisely.com/apps/convert\_ptc\_to\_ptc\_episodes))
|
|
339
|
+
* users management ([example1](https://ecosystem.supervisely.com/apps/invite-users-to-team-from-csv), [example2](https://ecosystem.supervisely.com/apps/create-users-from-csv), [example3](https://ecosystem.supervisely.com/apps/export-activity-as-csv))
|
|
340
|
+
* deploy special models for AI-assisted labeling ([example1](https://ecosystem.supervisely.com/apps/supervisely-ecosystem%2Fritm-interactive-segmentation%2Fsupervisely), [example2](https://ecosystem.supervisely.com/apps/supervisely-ecosystem%2Ftrans-t%2Fsupervisely%2Fserve), [example3](https://ecosystem.supervisely.com/apps/volume-interpolation))
|
|
339
341
|
|
|
340
342
|
#### Level 4. Apps with interactive UIs
|
|
341
343
|
|
|
342
344
|
Interactive interfaces and visualizations are the keys to building and improving AI solutions: from custom data labeling to model training. Such apps open up opportunities to customize Supervisely platform to any type of task in Computer Vision, implement data and models workflows that fit your organization's needs, and even build vertical solutions for specific industries on top of it.
|
|
343
345
|
|
|
344
|
-
<a href="https://ecosystem.
|
|
346
|
+
<a href="https://ecosystem.supervisely.com/apps/dev-smart-tool-batched">
|
|
345
347
|
<img src="https://user-images.githubusercontent.com/73014155/178845451-8350a6d7-f318-4f5b-a9ee-4b871016e2e4.gif" style="max-width:100%;"
|
|
346
348
|
alt="[This interface is completely based on python in combination with easy-to-use Supervisely UI widgets (Batched SmartTool app for AI assisted object segmentations)">
|
|
347
349
|
</a>
|
|
348
350
|
|
|
349
351
|
Here are several examples:
|
|
350
352
|
|
|
351
|
-
* custom labeling interfaces with AI assistance for [images](https://ecosystem.
|
|
352
|
-
* [interactive model performance analysis](https://ecosystem.
|
|
353
|
-
* [interactive NN training dashboard](https://ecosystem.
|
|
354
|
-
* [data exploration](https://ecosystem.
|
|
355
|
-
* [vertical solution](https://ecosystem.
|
|
356
|
-
* inference interfaces [in labeling tools](https://ecosystem.
|
|
353
|
+
* custom labeling interfaces with AI assistance for [images](https://ecosystem.supervisely.com/apps/dev-smart-tool-batched) and [videos](https://ecosystem.supervisely.com/apps/batched-smart-tool-for-videos)
|
|
354
|
+
* [interactive model performance analysis](https://ecosystem.supervisely.com/apps/semantic-segmentation-metrics-dashboard)
|
|
355
|
+
* [interactive NN training dashboard](https://ecosystem.supervisely.com/apps/supervisely-ecosystem%2Fmmsegmentation%2Ftrain)
|
|
356
|
+
* [data exploration](https://ecosystem.supervisely.com/apps/action-recognition-stats) and [visualization](https://ecosystem.supervisely.com/apps/objects-thumbnails-preview-by-class) apps
|
|
357
|
+
* [vertical solution](https://ecosystem.supervisely.com/collections/supervisely-ecosystem%2Fgl-metric-learning%2Fsupervisely%2Fretail-collection) for labeling products on shelves in retail
|
|
358
|
+
* inference interfaces [in labeling tools](https://ecosystem.supervisely.com/apps/supervisely-ecosystem%2Fnn-image-labeling%2Fannotation-tool); for [images](https://ecosystem.supervisely.com/apps/supervisely-ecosystem%2Fnn-image-labeling%2Fproject-dataset), [videos](https://ecosystem.supervisely.com/apps/apply-nn-to-videos-project) and [point clouds](https://ecosystem.supervisely.com/apps/apply-det3d-to-project-dataset); for [model ensembles](https://ecosystem.supervisely.com/apps/apply-det-and-cls-models-to-project)
|
|
357
359
|
|
|
358
360
|
#### Level 5. Apps with UI integrated into labeling tools
|
|
359
361
|
|
|
360
362
|
There is no single labeling tool that fits all tasks. Labeling tool has to be designed and customized for a specific task to make the job done in an efficient manner. Supervisely apps can be smoothly integrated into labeling tools to deliver amazing user experience (including multi tenancy) and annotation performance.
|
|
361
363
|
|
|
362
|
-
<a href="https://ecosystem.
|
|
364
|
+
<a href="https://ecosystem.supervisely.com/apps/supervisely-ecosystem%252Fgl-metric-learning%252Fsupervisely%252Flabeling-tool">
|
|
363
365
|
<img src="https://user-images.githubusercontent.com/12828725/179206991-1c76f61d-b88a-4a2b-9116-d87fb1ed9d0e.png" style="max-width:100%;"
|
|
364
366
|
alt="[AI assisted retail labeling app is integrated into labeling tool and can communicate with it via web sockets)">
|
|
365
367
|
</a>
|
|
366
368
|
|
|
367
369
|
Here are several examples:
|
|
368
370
|
|
|
369
|
-
* apps designed for custom labeling workflows ([example1](https://ecosystem.
|
|
370
|
-
* NN inference is integrated for labeling automation and model predictions analysis ([example](https://ecosystem.
|
|
371
|
-
* industry-specific labeling tool: annotation of thousands of product types on shelves with AI assistance ([retail collection](https://ecosystem.
|
|
371
|
+
* apps designed for custom labeling workflows ([example1](https://ecosystem.supervisely.com/apps/visual-tagging), [example2](https://ecosystem.supervisely.com/apps/review-labels-side-by-side))
|
|
372
|
+
* NN inference is integrated for labeling automation and model predictions analysis ([example](https://ecosystem.supervisely.com/apps/supervisely-ecosystem%2Fnn-image-labeling%2Fannotation-tool))
|
|
373
|
+
* industry-specific labeling tool: annotation of thousands of product types on shelves with AI assistance ([retail collection](https://ecosystem.supervisely.com/collections/supervisely-ecosystem%2Fgl-metric-learning%2Fsupervisely%2Fretail-collection), [labeling app](https://ecosystem.supervisely.com/apps/ai-assisted-classification))
|
|
372
374
|
|
|
373
375
|
### Principles 🧭
|
|
374
376
|
|
|
@@ -377,24 +379,43 @@ Development for Supervisely builds upon these five principles:
|
|
|
377
379
|
* All in **pure Python** and build on top of your favourites libraries (opencv, requests, fastapi, pytorch, imgaug, etc ...) - easy for python developers and data scientists to build and share apps with teammates and the ML community.
|
|
378
380
|
* No front‑end experience is required - build **powerful** and **interactive** web-based GUI apps using the comprehensive library of ready-to-use UI widgets and components.
|
|
379
381
|
* **Easy to learn, fast to code,** and **ready for production**. SDK provides a simple and intuitive API by having complexity "under the hood". Every action can be done just in a few lines of code. You focus on your task, Supervisely will handle everything else - interfaces, databases, permissions, security, cloud or self-hosted deployment, networking, data storage, and many more. Supervisely has solid testing, documentation, and support.
|
|
380
|
-
* Everything is **customizable** - from labeling interfaces to neural networks. The platform has to be customized and extended to perfectly fit your tasks and requirements, not vice versa. Hundreds of examples cover every scenario and can be found in our [ecosystem of apps](https://ecosystem.
|
|
382
|
+
* Everything is **customizable** - from labeling interfaces to neural networks. The platform has to be customized and extended to perfectly fit your tasks and requirements, not vice versa. Hundreds of examples cover every scenario and can be found in our [ecosystem of apps](https://ecosystem.supervisely.com/).
|
|
381
383
|
* Apps can be both **open-sourced or private**. All apps made by Supervisely team are [open-sourced](https://github.com/supervisely-ecosystem). Use them as examples, just fork and modify the way you want. At the same time, customers and community users can still develop private apps to protect their intellectual property.
|
|
382
384
|
|
|
383
385
|
## Main features 💎
|
|
384
386
|
|
|
385
|
-
- [
|
|
386
|
-
- [
|
|
387
|
-
- [
|
|
388
|
-
- [
|
|
389
|
-
- [
|
|
390
|
-
- [
|
|
391
|
-
- [
|
|
392
|
-
- [
|
|
393
|
-
- [
|
|
394
|
-
- [
|
|
395
|
-
- [
|
|
396
|
-
- [
|
|
397
|
-
- [
|
|
387
|
+
- [**Complete video course on YouTube**: What is Supervisely?](#complete-video-course-on-youtube-what-is-supervisely)
|
|
388
|
+
- [Table of contents](#table-of-contents)
|
|
389
|
+
- [Introduction](#introduction)
|
|
390
|
+
- [Supervisely Platform 🔥](#supervisely-platform-)
|
|
391
|
+
- [Supervisely Ecosystem 🎉](#supervisely-ecosystem-)
|
|
392
|
+
- [Development 🧑💻](#development-)
|
|
393
|
+
- [What developers can do](#what-developers-can-do)
|
|
394
|
+
- [Level 1. HTTP REST API](#level-1-http-rest-api)
|
|
395
|
+
- [Level 2. Python scripts for automation and integration](#level-2-python-scripts-for-automation-and-integration)
|
|
396
|
+
- [Level 3. Headless apps (without UI)](#level-3-headless-apps-without-ui)
|
|
397
|
+
- [Level 4. Apps with interactive UIs](#level-4-apps-with-interactive-uis)
|
|
398
|
+
- [Level 5. Apps with UI integrated into labeling tools](#level-5-apps-with-ui-integrated-into-labeling-tools)
|
|
399
|
+
- [Principles 🧭](#principles-)
|
|
400
|
+
- [Main features 💎](#main-features-)
|
|
401
|
+
- [Start in a minute](#start-in-a-minute)
|
|
402
|
+
- [Magically simple API](#magically-simple-api)
|
|
403
|
+
- [Customization is everywhere](#customization-is-everywhere)
|
|
404
|
+
- [Interactive GUI is a game-changer](#interactive-gui-is-a-game-changer)
|
|
405
|
+
- [Develop fast with ready UI widgets](#develop-fast-with-ready-ui-widgets)
|
|
406
|
+
- [Convenient debugging](#convenient-debugging)
|
|
407
|
+
- [Apps can be both private and public](#apps-can-be-both-private-and-public)
|
|
408
|
+
- [Single-click deployment](#single-click-deployment)
|
|
409
|
+
- [Reliable versioning - releases and branches](#reliable-versioning---releases-and-branches)
|
|
410
|
+
- [Supports both Github and Gitlab](#supports-both-github-and-gitlab)
|
|
411
|
+
- [App is just a web server, use any technology you love](#app-is-just-a-web-server-use-any-technology-you-love)
|
|
412
|
+
- [Built-in cloud development environment (coming soon)](#built-in-cloud-development-environment-coming-soon)
|
|
413
|
+
- [Trusted by Fortune 500. Used by 65 000 researchers, developers, and companies worldwide](#trusted-by-fortune-500-used-by-65-000-researchers-developers-and-companies-worldwide)
|
|
414
|
+
- [Community 🌎](#community-)
|
|
415
|
+
- [Have an idea or ask for help?](#have-an-idea-or-ask-for-help)
|
|
416
|
+
- [Contribution 👏](#contribution-)
|
|
417
|
+
- [Partnership 🤝](#partnership-)
|
|
418
|
+
- [Cite this Project](#cite-this-project)
|
|
398
419
|
|
|
399
420
|
### Start in a minute
|
|
400
421
|
|
|
@@ -427,7 +448,7 @@ ann = api.annotation.download_json(image_info.id)
|
|
|
427
448
|
|
|
428
449
|
### Customization is everywhere
|
|
429
450
|
|
|
430
|
-
Customization is the only way to cover all tasks in Computer Vision. Supervisely allows to customizing everything from labeling interfaces and context menus to training dashboards and inference interfaces. Check out our [Ecosystem of apps](https://ecosystem.
|
|
451
|
+
Customization is the only way to cover all tasks in Computer Vision. Supervisely allows to customizing everything from labeling interfaces and context menus to training dashboards and inference interfaces. Check out our [Ecosystem of apps](https://ecosystem.supervisely.com/) to find inspiration and examples for your next ML tool.
|
|
431
452
|
|
|
432
453
|
### Interactive GUI is a game-changer
|
|
433
454
|
|
|
@@ -438,7 +459,7 @@ Imagine, how it will be great if all ML tools and repositories have an interacti
|
|
|
438
459
|
🎯 Our ambitious goal is to make it possible.
|
|
439
460
|
|
|
440
461
|
|
|
441
|
-
<a href="https://ecosystem.
|
|
462
|
+
<a href="https://ecosystem.supervisely.com/apps/semantic-segmentation-metrics-dashboard">
|
|
442
463
|
<img src="https://user-images.githubusercontent.com/73014155/178846370-ae86dd3c-e08d-4df2-871b-d342bf7ba370.gif" style="max-width:100%;"
|
|
443
464
|
alt="Semantic segmentation metrics app">
|
|
444
465
|
</a>
|
|
@@ -448,10 +469,10 @@ Imagine, how it will be great if all ML tools and repositories have an interacti
|
|
|
448
469
|
|
|
449
470
|
Hundreds of interactive UI widgets and components are ready for you. Just add to your program and populate with the data. Python devs don't need to have any front‑end experience, in our developer portal you will find needed guides, examples, and tutorials. We support the following UI widgets:
|
|
450
471
|
|
|
451
|
-
1. [Widgets made by Supervisely](https://
|
|
472
|
+
1. [Widgets made by Supervisely](https://developer.supervisely.com/app-development/widgets) specifically for computer vision tasks, like rendering galleries of images with annotations, playing videos forward and backward with labels, interactive confusion matrices, tables, charts, ...
|
|
452
473
|
2. [Element widgets](https://element.eleme.io/1.4/#/en-US/component/button) - Vue 2.0 based component library
|
|
453
474
|
3. [Plotly](https://plotly.com/python/) Graphing Library for Python
|
|
454
|
-
4.
|
|
475
|
+
4. [Develop your own custom widgets](https://developer.supervisely.com/app-development/advanced/how-to-make-your-own-widget)
|
|
455
476
|
|
|
456
477
|
Supervisely team makes most of its apps publically available on [GitHub](https://github.com/supervisely-ecosystem). Use them as examples for your future apps: fork, modify, and copy-paste code snippets.
|
|
457
478
|
|
|
@@ -461,7 +482,7 @@ Supervisely is made by data scientists for data scientists. We trying to lower b
|
|
|
461
482
|
|
|
462
483
|
Even in complex scenarios, like developing a GUI app integrated into a labeling tool, we keep it simple - use breakpoints in your favorite IDE to catch callbacks, step through the program and see live updates without page reload. As simple as that! Supervisely handles everything else - WebSockets, authentication, Redis, RabitMQ, Postgres, ...
|
|
463
484
|
|
|
464
|
-
Watch the video below, how we debug [the app](https://ecosystem.
|
|
485
|
+
Watch the video below, how we debug [the app](https://ecosystem.supervisely.com/apps/supervisely-ecosystem%2Fnn-image-labeling%2Fannotation-tool) that applies NN right inside the labeling interface.
|
|
465
486
|
|
|
466
487
|
<a href="https://youtu.be/fOnyL8YHOBM">
|
|
467
488
|
<img src="https://user-images.githubusercontent.com/12828725/179207006-bcdd0922-21c1-4958-86e7-d532fbf7c974.png" style="max-width:100%;">
|
|
@@ -513,19 +534,19 @@ How will it work? Just connect your computer to your Supervisely instance and ru
|
|
|
513
534
|
|
|
514
535
|

|
|
515
536
|
|
|
516
|
-
Supervisely helps companies and researchers all over the world to build their computer vision solutions in various industries from self-driving and agriculture to medicine. Join our [Community Edition](https://app.
|
|
537
|
+
Supervisely helps companies and researchers all over the world to build their computer vision solutions in various industries from self-driving and agriculture to medicine. Join our [Community Edition](https://app.supervisely.com/) or request [Enterprise Edition](https://supervisely.com/enterprise) for your organization.
|
|
517
538
|
|
|
518
539
|
## Community 🌎
|
|
519
540
|
|
|
520
|
-
Join our constantly growing [Supervisely community](https://app.
|
|
541
|
+
Join our constantly growing [Supervisely community](https://app.supervisely.com/) with more than 65k+ users.
|
|
521
542
|
|
|
522
543
|
#### Have an idea or ask for help?
|
|
523
544
|
|
|
524
545
|
If you have any questions, ideas or feedback please:
|
|
525
546
|
|
|
526
|
-
1. [Suggest a feature or idea](https://ideas.
|
|
527
|
-
2. [Join our slack](https://
|
|
528
|
-
3. [Contact us](https://
|
|
547
|
+
1. [Suggest a feature or idea](https://ideas.supervisely.com/), or [give a technical feedback ](https://github.com/supervisely/supervisely/issues)
|
|
548
|
+
2. [Join our slack](https://supervisely.com/slack)
|
|
549
|
+
3. [Contact us](https://supervisely.com/contact-us)
|
|
529
550
|
|
|
530
551
|
Your feedback 👍 helps us a lot and we appreciate it
|
|
531
552
|
|
|
@@ -540,7 +561,7 @@ Want to help us bring Computer Vision R\&D to the next level? We encourage you t
|
|
|
540
561
|
|
|
541
562
|
We are happy to expand and increase the value of Supervisely Ecosystem with additional technological partners, researchers, developers, and value-added resellers.
|
|
542
563
|
|
|
543
|
-
Feel free to [contact us](https://
|
|
564
|
+
Feel free to [contact us](https://supervisely.com/contact-us) if you have
|
|
544
565
|
|
|
545
566
|
* ML service or product
|
|
546
567
|
* unique domain expertise
|
|
@@ -399,7 +399,7 @@ supervisely/app/widgets/project_selector/project_selector.py,sha256=qWieMLjCp8m2
|
|
|
399
399
|
supervisely/app/widgets/project_selector/style.css,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
400
400
|
supervisely/app/widgets/project_selector/template.html,sha256=3y_N72cakV5wKLBMO356M7ahW3WZuofjNhG8bU_8b-w,1262
|
|
401
401
|
supervisely/app/widgets/project_thumbnail/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
402
|
-
supervisely/app/widgets/project_thumbnail/project_thumbnail.py,sha256=
|
|
402
|
+
supervisely/app/widgets/project_thumbnail/project_thumbnail.py,sha256=N_iIBs9nuFocynuBECbp4FHNlecLkTbyWtN2Gjcui6c,2024
|
|
403
403
|
supervisely/app/widgets/project_thumbnail/style.css,sha256=OknLCokVu6gz7F3hOwOxVbl83NXkLV1Y-dBWmQpGoxY,54
|
|
404
404
|
supervisely/app/widgets/project_thumbnail/template.html,sha256=d8pMJ4N_VQMnegQiR_NJQ_r6iSIQZQKkjXOFTi0GNjY,459
|
|
405
405
|
supervisely/app/widgets/radio_group/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -414,8 +414,8 @@ supervisely/app/widgets/radio_tabs/radio_tabs.py,sha256=FekXYGQ3cxEsk8zvBTi31hJ3
|
|
|
414
414
|
supervisely/app/widgets/radio_tabs/style.css,sha256=tqyv-Du8ZBYO6kr9lsAiEJPMxjKwM6526yBC4dXwv9s,759
|
|
415
415
|
supervisely/app/widgets/radio_tabs/template.html,sha256=f5Yu7uLZJaZuOQ7S31-Nrp8-ilXbgPXQQLs4uBFCdjQ,969
|
|
416
416
|
supervisely/app/widgets/random_splits_table/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
417
|
-
supervisely/app/widgets/random_splits_table/random_splits_table.py,sha256=
|
|
418
|
-
supervisely/app/widgets/random_splits_table/template.html,sha256=
|
|
417
|
+
supervisely/app/widgets/random_splits_table/random_splits_table.py,sha256=GKjJL6pF7eTPYaGNCWByQBQ6fLHillSLml_2-VxPtxM,3419
|
|
418
|
+
supervisely/app/widgets/random_splits_table/template.html,sha256=whTSGXDjWMtMGJyh9dZKqsROwKI6UAicUuUxzuHobSQ,2075
|
|
419
419
|
supervisely/app/widgets/rate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
420
420
|
supervisely/app/widgets/rate/rate.py,sha256=Ib6-NyOacAEyUOD0Xbpl3p0tbljGhFS4kXh7quxrGDM,5811
|
|
421
421
|
supervisely/app/widgets/rate/template.html,sha256=pUZIiHH_4L48wm63Fc3G0EnePTzahM5toJV4Wo6NuDk,821
|
|
@@ -436,7 +436,7 @@ supervisely/app/widgets/select/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
436
436
|
supervisely/app/widgets/select/select.py,sha256=1aB7Oi1mtyBySvBc78McZy4NnNNxGXGwMkCeYpOsLew,11367
|
|
437
437
|
supervisely/app/widgets/select/template.html,sha256=s5ZpmWkYf3JOVyBEgWPAIMbQzTK6txL9E-k5-HNFj3s,2041
|
|
438
438
|
supervisely/app/widgets/select_app_session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
|
-
supervisely/app/widgets/select_app_session/select_app_session.py,sha256=
|
|
439
|
+
supervisely/app/widgets/select_app_session/select_app_session.py,sha256=yRuYiYakd7kqG3cX3MeKYWxxhMWGFeiyJUBW7KoDmpQ,2159
|
|
440
440
|
supervisely/app/widgets/select_app_session/template.html,sha256=PGr5YL7Ts3ALO9ZQkuYNnRhP7eyYq54sf7Y9EhDbuvE,959
|
|
441
441
|
supervisely/app/widgets/select_cuda/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
442
442
|
supervisely/app/widgets/select_cuda/select_cuda.py,sha256=TVZrLUtOskEf6VMVim_cbJIikBPTT-PNSTvKlzVnBw4,6119
|
|
@@ -529,7 +529,7 @@ supervisely/app/widgets/tooltip/template.html,sha256=URvTvAnHKWYIA35kI0n9mCII-Pz
|
|
|
529
529
|
supervisely/app/widgets/tooltip/tooltip.py,sha256=xr88KshNwelVRHydfJ5GjF_7xfA3HruJvoTV74QeEZo,4818
|
|
530
530
|
supervisely/app/widgets/train_val_splits/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
531
531
|
supervisely/app/widgets/train_val_splits/template.html,sha256=_uvKCMP0nkpSl3FiTUxqy10JZw3q8-9hXCv22W3BDF0,38
|
|
532
|
-
supervisely/app/widgets/train_val_splits/train_val_splits.py,sha256=
|
|
532
|
+
supervisely/app/widgets/train_val_splits/train_val_splits.py,sha256=D0TAALhrzxCkSugBroD4smRLRLgjSql_tLI_YWTj77E,15747
|
|
533
533
|
supervisely/app/widgets/transfer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
534
534
|
supervisely/app/widgets/transfer/template.html,sha256=w9T5TrityCeHUBPPyzRBBSm48zeuGPxh5HwAZsS0buM,851
|
|
535
535
|
supervisely/app/widgets/transfer/transfer.py,sha256=tZ6HhRH11xOrEhz3TAH0Redw3NE2GFSDHuHCmKBSY_s,19986
|
|
@@ -888,7 +888,7 @@ supervisely/nn/benchmark/visualization/widgets/table/__init__.py,sha256=47DEQpj8
|
|
|
888
888
|
supervisely/nn/benchmark/visualization/widgets/table/table.py,sha256=atmDnF1Af6qLQBUjLhK18RMDKAYlxnsuVHMSEa5a-e8,4319
|
|
889
889
|
supervisely/nn/inference/__init__.py,sha256=QFukX2ip-U7263aEPCF_UCFwj6EujbMnsgrXp5Bbt8I,1623
|
|
890
890
|
supervisely/nn/inference/cache.py,sha256=rc_CRlCuTCzLDtcl1paTJib7ALTer0ge9o32WtoUMkY,34795
|
|
891
|
-
supervisely/nn/inference/inference.py,sha256=
|
|
891
|
+
supervisely/nn/inference/inference.py,sha256=OoslbS1Rog8PgvxBCrdkyxwMQw8ITlot1mQSxxSCd0c,177297
|
|
892
892
|
supervisely/nn/inference/inference_request.py,sha256=y6yw0vbaRRcEBS27nq3y0sL6Gmq2qLA_Bm0GrnJGegE,14267
|
|
893
893
|
supervisely/nn/inference/session.py,sha256=dIg2F-OBl68pUzcmtmcI0YQIp1WWNnrJTVMjwFN91Q4,35824
|
|
894
894
|
supervisely/nn/inference/uploader.py,sha256=21a9coOimCHhEqAbV-llZWcp12847DEMoQp3N16bpK0,5425
|
|
@@ -994,14 +994,15 @@ supervisely/nn/tracking/__init__.py,sha256=Ld1ed7ZZQZPkhX-5Xr-UbHZx5zLCm2-tInHnP
|
|
|
994
994
|
supervisely/nn/tracking/boxmot.py,sha256=H9cQjYGL9nX_TLrfKDChhljTIiE9lffcgbwWCf_4PJU,4277
|
|
995
995
|
supervisely/nn/tracking/tracking.py,sha256=WNrNm02B1pspA3d_AmzSJ-54RZTqWV2NZiC7FHe88bo,857
|
|
996
996
|
supervisely/nn/training/__init__.py,sha256=gY4PCykJ-42MWKsqb9kl-skemKa8yB6t_fb5kzqR66U,111
|
|
997
|
-
supervisely/nn/training/train_app.py,sha256=
|
|
997
|
+
supervisely/nn/training/train_app.py,sha256=lhFQ_bm7dxDuiKHMDmU3wWP5lTRniGXkjw6JlXARrk8,112067
|
|
998
998
|
supervisely/nn/training/gui/__init__.py,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
999
999
|
supervisely/nn/training/gui/classes_selector.py,sha256=Bpp-RFDQqcZ0kLJmS6ZnExkdscWwRusvF4vbWjEsKlQ,3926
|
|
1000
|
-
supervisely/nn/training/gui/gui.py,sha256=
|
|
1000
|
+
supervisely/nn/training/gui/gui.py,sha256=_8l7dXoQGs3c5iIAUzWPGC6AQbN920iLW1riBDDV3hY,43183
|
|
1001
1001
|
supervisely/nn/training/gui/hyperparameters_selector.py,sha256=5dUCYAx4E0HBLguj2B_s2nWeGGCWzv6vJeT0XvDJO3M,7746
|
|
1002
|
-
supervisely/nn/training/gui/input_selector.py,sha256=
|
|
1003
|
-
supervisely/nn/training/gui/model_selector.py,sha256=
|
|
1004
|
-
supervisely/nn/training/gui/
|
|
1002
|
+
supervisely/nn/training/gui/input_selector.py,sha256=rmirJzpdxuYONI6y5_cvMdGWBJ--T20YTsISghATHu4,2510
|
|
1003
|
+
supervisely/nn/training/gui/model_selector.py,sha256=I6KRKyylpwUEC3CApEnzDKkWe5xqju0Az3D0Eg32Jdc,5352
|
|
1004
|
+
supervisely/nn/training/gui/tags_selector.py,sha256=ZirVXm5NNuIDjXO3wuHDnpYTWgFVLn-W7voBudh5bP0,3772
|
|
1005
|
+
supervisely/nn/training/gui/train_val_splits_selector.py,sha256=V8aMe0l-CaoHxP0y6GeCBGDMd7L3epQ3KqeFsMY43rs,11191
|
|
1005
1006
|
supervisely/nn/training/gui/training_artifacts.py,sha256=c0GH70ZByvnL413KWHjSKcSX8V5DStXM5sjFVZafSZo,10519
|
|
1006
1007
|
supervisely/nn/training/gui/training_logs.py,sha256=fXj1Cszu7Qi4p8tNdBPqwet08I4xcphB5jbTPjCDmVk,4851
|
|
1007
1008
|
supervisely/nn/training/gui/training_process.py,sha256=2F65cuu5ypKWkdaO4uVpNLMkwXjM8dpprd7Km5aedds,3192
|
|
@@ -1031,7 +1032,7 @@ supervisely/pointcloud_episodes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
|
1031
1032
|
supervisely/pointcloud_episodes/pointcloud_episodes.py,sha256=cRXdtw7bMsbsdVQjxfWxFSESrO-LGiqqsZyyExl2Mbg,3430
|
|
1032
1033
|
supervisely/project/__init__.py,sha256=hlzdj9Pgy53Q3qdP8LMtGTChvZHQuuShdtui2eRUQeE,2601
|
|
1033
1034
|
supervisely/project/data_version.py,sha256=P5Lui6i64pYeJWmAdGJDv8GRXxjfpSSZ8zT_MxIrynE,19553
|
|
1034
|
-
supervisely/project/download.py,sha256=
|
|
1035
|
+
supervisely/project/download.py,sha256=nhxID-kbsNTgIY9l1lnRuUlzKrsJw80X07jEElyl3sE,28466
|
|
1035
1036
|
supervisely/project/pointcloud_episode_project.py,sha256=yiWdNBQiI6f1O9sr1pg8JHW6O-w3XUB1rikJNn3Oung,41866
|
|
1036
1037
|
supervisely/project/pointcloud_project.py,sha256=Kx1Vaes-krwG3BiRRtHRLQxb9G5m5bTHPN9IzRqmNWo,49399
|
|
1037
1038
|
supervisely/project/project.py,sha256=k0eE6Jy9eDYO-WUbDK0a-IVA34VVWYRzMBVkPY9XdGw,235812
|
|
@@ -1040,7 +1041,7 @@ supervisely/project/project_settings.py,sha256=NLThzU_DCynOK6hkHhVdFyezwprn9Uqln
|
|
|
1040
1041
|
supervisely/project/project_type.py,sha256=7mQ7zg6r7Bm2oFn5aR8n_PeLqMmOaPZd6ph7Z8ZISTw,608
|
|
1041
1042
|
supervisely/project/readme_template.md,sha256=NKYEoJubNWLV_HmhVmdB6L4dneLqDkvl2b71xy5fc54,9150
|
|
1042
1043
|
supervisely/project/upload.py,sha256=AjgHYgVZwUE25ygC5pqvFjdAladbyB8T78mlet5Qpho,3750
|
|
1043
|
-
supervisely/project/video_project.py,sha256=
|
|
1044
|
+
supervisely/project/video_project.py,sha256=zAtB3YpW9tC9Tc3qfapbQ9O2nhAWU2wDjMuS5sepXqc,65297
|
|
1044
1045
|
supervisely/project/volume_project.py,sha256=Kn9VEvWuKKZvL2nx6B6bjSvHuoZhAOxEc6DvPRexUco,22666
|
|
1045
1046
|
supervisely/pyscripts_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1046
1047
|
supervisely/pyscripts_utils/utils.py,sha256=scEwHJvHRQa8NHIOn2eTwH6-Zc8CGdLoxM-WzH9jcRo,314
|
|
@@ -1096,9 +1097,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
1096
1097
|
supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
|
|
1097
1098
|
supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
|
|
1098
1099
|
supervisely_lib/__init__.py,sha256=7-3QnN8Zf0wj8NCr2oJmqoQWMKKPKTECvjH9pd2S5vY,159
|
|
1099
|
-
supervisely-6.73.
|
|
1100
|
-
supervisely-6.73.
|
|
1101
|
-
supervisely-6.73.
|
|
1102
|
-
supervisely-6.73.
|
|
1103
|
-
supervisely-6.73.
|
|
1104
|
-
supervisely-6.73.
|
|
1100
|
+
supervisely-6.73.361.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
1101
|
+
supervisely-6.73.361.dist-info/METADATA,sha256=ZGEe4t9l88XpSPZES9bz3rmND8dJK-rMzlsXosDmXBU,35151
|
|
1102
|
+
supervisely-6.73.361.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
1103
|
+
supervisely-6.73.361.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
|
|
1104
|
+
supervisely-6.73.361.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
|
|
1105
|
+
supervisely-6.73.361.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|