ID студента
float64
1k
3.01k
ID треда
int64
1.67k
3.1k
ID реплики в треде
int64
2
16
Имя автора
stringclasses
13 values
Статус автора
stringclasses
2 values
ID предложения
int64
0
6
Текст
stringlengths
3
352
категории эмпатии/антипатии
stringlengths
1
24
виды речевых актов
stringlengths
1
36
модус/диктум
stringclasses
9 values
обоснование (слово, фраза, предложение)
stringlengths
1
47
эмпатия
float64
0.04
1
лингвистическая ошибка (тип)
stringclasses
5 values
текст с примером ошибки
stringclasses
24 values
исправление
stringclasses
23 values
neg
float64
-0.08
0.59
neu
float64
0
1
pos
float64
0
1
compound
float64
-0.75
0.85
1,001
2,179
2
iosif.semenyuk
member
0
Unfortunately, we cannot tell you the exact date, since the software is still in development and testing.
ФС, Пояс, Ю
объяснение
М, Д
Unfortunately
1
-
null
null
0.13
0.87
0
-0.34
1,001
2,179
4
Andrew Tsibulevsky
leader
0
Hi Teddy345, in general support for any new depth sensor isn’t directly related to AI version features, so we expect Kinect Azure support to be added to both versions (“classic” Nuitrack and Nuitrack AI).
ПРИ, ОБР
прогнозирование
Д, М
Hi
0.5
*
in general
In general,
0
0.856
0.144
0.6597
1,001
2,179
4
Andrew Tsibulevsky
leader
1
AI version is our top-first prioity at the moment.
ЛЭКП, ДЕЙ
утверждение
М
our top-first prioity, at the moment
1
-
null
null
0
1
0
0
1,001
2,179
4
Andrew Tsibulevsky
leader
2
Please tell what the main reason for your intention to use Nuitrack with Kinect Azure?
ВЕЖ, УВ, Ю
уточняющий вопрос
М
Please tell
1
-
null
null
0
0.859
0.141
0.3182
1,001
2,179
4
Andrew Tsibulevsky
leader
3
Microsoft has their own body tracking API and we are trying to clearly understand why you don’t want to use it with Kinect Azure.
Ю, ЗДИ
констатация, объяснение
Д, М
we are trying to clearly understand
1
-
null
null
0
0.846
0.154
0.4588
1,001
2,179
4
Andrew Tsibulevsky
leader
4
It will be very helpful if you could provide some insights.
Ю, ВЕЖ, ЗДИ
утверждение
М
if you could, provide some insights
1
*
It will be
It would be
0
0.764
0.236
0.4754
1,001
2,179
4
Andrew Tsibulevsky
leader
5
Thank you.
БЛАГ
благодарность
М
Thank you.
1
-
null
null
0
0.286
0.714
0.3612
1,001
2,179
7
Andrew Tsibulevsky
leader
0
Dear all, we are very happy to announce that long-awaited Azure Kinect support was added in the latest Nuitrack release 44.
ОБР, ЛЭКП
утверждение
М
dear, happy
1
-
null
null
0
0.66
0.34
0.8516
1,001
2,179
7
Andrew Tsibulevsky
leader
1
Please feel free to try it out.
ВЕЖ
реквестив
М
please
1
-
null
null
0
0.472
0.528
0.6808
1,002
2,803
2
EugeneVasiliev
leader
0
Pixel jitter is caused by a hardware limitation of the sensors.
ТЕХ
констатация
Д
null
0.5
-
null
null
0.18
0.82
0
-0.296
1,002
2,803
2
EugeneVasiliev
leader
1
Add depth smoothing via shaders with your own frame processing algorithm.
ТЕХ
суггестив
М
null
0.5
-
null
null
0
1
0
0
1,003
2,797
2
Stepan.Reuk
leader
0
Hello @zenzx I think it will be useful How to use Depth: https://github.com/3DiViuitrack-sdk/blob/master/doc/Unity_Point_Cloud.md 1 How to paint it in the desired color: How do i change the color of depth visualization
ПРИ, ОБР, НОС
утверждение
М
hello
0.268182
-
null
null
0
0.853
0.147
0.6124
1,003
2,797
5
EugeneVasiliev
leader
0
This can be done by normalizing the depth for each pixel and matching this value with the gradients of your colors.
ТЕХ
утверждение
М
null
0.5
-
null
null
0
0.879
0.121
0.4118
1,003
2,797
5
EugeneVasiliev
leader
1
If you use the Point Cloud tutorial as a starting point, then you need to do the following: Change the texture format for depth Texture to ARGB32.
Ю, ТЕХ
суггестив
М
null
0.5
-
null
null
0
1
0
0
1,003
2,797
5
EugeneVasiliev
leader
2
depthTexture = new Texture2D(cols, rows, TextureFormat.ARGB32, false); Add fields for gradient and maximum recognizable depth.
ТЕХ, ИМП
суггестив
М
null
0.4
-
null
null
0
1
0
0
1,003
2,797
5
EugeneVasiliev
leader
3
[SerializeField] Gradient depthGradient; [SerializeField] float maxDepthSensor = 8f; Use the conversion of the depth value to color via a gradient.
ТЕХ, ИМП
суггестив
М
null
0.4
-
null
null
0
0.888
0.112
0.34
1,003
2,797
5
EugeneVasiliev
leader
4
depthColors[pointIndex] = depthGradient.Evaluate(depthFrame[i, j] / (maxDepthSensor * 1000)); Adjust the gradient to your liking.
ТЕХ, ИМП
суггестив
М
null
0.4
null
null
null
0
0.828
0.172
0.4019
1,003
2,797
5
EugeneVasiliev
leader
5
However, conversions to Point Cloud are not optimized and will heavily load your system.
ТЕХ, Ю
утверждение
М
your
0.5
null
null
null
0.16
0.84
0
-0.357
1,003
2,797
5
EugeneVasiliev
leader
6
We will develop the most productive solution and offer it to you later.
СТОП, Ю, ЛЭКП
утверждение
М
most productive
1
null
null
null
0
0.823
0.177
0.3774
1,003
2,797
7
EugeneVasiliev
leader
0
Yes, of course, you can change the gradient colors and make a smooth transition as you require.
ОФ, Ю, ТЕХ
утверждение
М
of course
0.470455
null
null
null
0
0.856
0.144
0.4019
1,003
2,797
9
EugeneVasiliev
leader
0
We have prepared an optimized CPU solution for you.
Ю
утверждение
М
null
0.5
-
null
null
0
0.455
0.545
0.7351
1,003
2,797
9
EugeneVasiliev
leader
1
Your question prompted us to improve the depth map display module and soon, methods for obtaining a depth map with arbitrary coloring will become part of NuitrackSDK.
Ю, СТОП
утверждение
М
soon, methods...will become part of NuitrackSDK
1
sn6
become part of NuitrackSDK
become a part of NuitrackSDK
0
0.9
0.1
0.4404
1,003
2,797
9
EugeneVasiliev
leader
2
Thank you for using NuitrackSDK!
БЛАГ
благодарность
М
Thank you
1
null
null
null
0
0.589
0.411
0.4199
1,003
2,797
12
EugeneVasiliev
leader
0
This can be easily done by switching the gradient mode to Fixed.
ТЕХ, НПРИ, НОС
утверждение
М
null
0.243182
null
null
null
0
0.821
0.179
0.34
1,003
2,797
12
EugeneVasiliev
leader
1
image If you need one color of different tones, then it can also be adjusted using a gradient by setting the necessary color keys.
ТЕХ
суггестив
М
null
1
null
null
null
0
1
0
0
1,003
2,797
12
EugeneVasiliev
leader
2
This is a very flexible system, experiment.
-
утверждение
М
null
0.5
null
null
null
0
0.732
0.268
0.2944
1,003
2,797
14
EugeneVasiliev
leader
0
Check out this package built for Unity 2019.
ТЕХ, НПРИ, НОС
суггестив
М
null
0.427273
null
null
null
0
1
0
0
1,003
2,797
14
EugeneVasiliev
leader
1
Dropbox GradientDepthFrame_2019.unitypackage Shared with Dropbox NuitrackSDK latest version is aimed at Unity 2020.3.1f1 and higher.
ТЕХ
-
Д
null
0.5
null
null
null
0
0.854
0.146
0.34
1,003
2,797
14
EugeneVasiliev
leader
2
Using earlier versions may cause errors and unstable operation.
ТЕХ
предостережение
М
null
0.5
null
null
null
0.412
0.588
0
-0.5994
1,003
2,797
14
EugeneVasiliev
leader
3
We use this version as the most stable and tested for NuitrackSDK.
ТЕХ, ЛЭКП
объяснение
М
the most stable and tested
1
null
null
null
0
0.815
0.185
0.3597
1,003
2,797
14
EugeneVasiliev
leader
4
We recommend that you use 2020.3.1f1.
ТЕХ
суггестив
М
We recommend
1
null
null
null
0
0.667
0.333
0.3612
1,004
2,786
2
Stepan.Reuk
leader
0
Hello @aiv Have you followed this tutorial?
ПРИ, ОБР, УВ
обращение, верификативный
М
Have you
1
null
null
null
0
1
0
0
1,004
2,786
2
Stepan.Reuk
leader
1
https://github.com/3DiViuitrack-sdk/blob/master/doc/Unreal_Engine_Android_Tutorial.md
ТЕХ
-
-
null
0.5
null
null
null
0
1
0
0
1,005
2,798
2
Stepan.Reuk
leader
0
Hello @umberto You can check this using a Trial license.
ПРИ, ОБР, Ю
суггестив, обращение
М
Hello @ You can check this
1
null
null
null
0
1
0
0
1,005
2,798
2
Stepan.Reuk
leader
1
But you should have a powerful enough CPU If you use Unity enable Nuitrack AI on Nuitrack Manager component image If not, enable in config file https://github.com/3DiViuitrack-sdk/blob/master/doc/Nuitrack_AI.md#nuitrack-ai-skeleton-tracking
Ю, ТЕХ, НОС
предостережение, суггестив
М
enable
0.5
null
null
null
0
0.875
0.125
0.5719
1,006
2,758
2
EugeneVasiliev
leader
0
Study this tutorial on hand tracking in the gallery 22, it can help you a lot.
НПРИ, НОБР, ЛЭКП, Ю, ИМП
суггестив, утверждение
М
you, a lot, Study
0.5
null
null
null
0
0.704
0.296
0.7096
1,006
2,758
2
EugeneVasiliev
leader
1
Good luck!
НОС, ПРОЩ1
пожелание
М
Good luck!
0.5
null
null
null
0
0
1
0.7345
1,007
2,800
2
EugeneVasiliev
leader
0
Yes, this method converts any coordinates and does not require the calculation of the skeleton.
НПРИ, НОБР, НОС
утверждение
Д
null
0.459091
null
null
null
0
0.838
0.162
0.4019
1,008
2,778
2
vadim.bazhin
member
0
Hi @davidptracy, make sure your processor is not overloaded with other applications, the Nuitrack AI Skeleton Tracking has high processor requirements.
ПРИ, ОБР, ТЕХ, НОС
суггестив, констатация
М
null
1
null
null
null
0
0.897
0.103
0.3182
1,009
2,722
2
Mariya
member
0
Hi Mike!
ПРИ, ОБР
обращение
М
Hi
1
null
null
null
0
1
0
0
1,009
2,722
2
Mariya
member
1
Sorry for the issues you’ve encountered!
ИП
извинение
М
Sorry for the issues
1
null
null
null
0.242
0.758
0
-0.1511
1,009
2,722
2
Mariya
member
2
Did you change nuitrack.config params?
УВ
верификативный
М
null
1
null
null
null
0
1
0
0
1,009
2,722
2
Mariya
member
3
Please, try to run nuitrack_sample with this nuitrack config file 6.
ВЕЖЛ, ТЕХ
суггестив
М
Please
1
null
null
null
0
0.813
0.187
0.3182
1,009
2,722
5
Mariya
member
0
Glad that you managed to solve the problem.
Ю
признание
М
Glad
1
null
null
null
0.216
0.4
0.384
0.2732
1,009
2,722
5
Mariya
member
1
And thank you for bringing the issues with instructions to our attention.
БЛАГ, Ю
благодарность
М
thank you for
1
null
null
null
0
0.815
0.185
0.3612
1,009
2,722
5
Mariya
member
2
We will try to make it clearer.
ПП
утверждение
М
null
1
null
null
null
0
1
0
0
1,010
2,754
2
Mariya
member
0
Hi @yiks!
ПРИ, ОБР
обращение
М
Hi
1
null
null
null
0
1
0
0
1,010
2,754
2
Mariya
member
1
Sorry for the issues you’ve encountered!
ИП
извинение
М
Sorry for the issues you’ve encountered!
1
null
null
null
0.242
0.758
0
-0.1511
1,010
2,754
2
Mariya
member
2
What OS and architecture do you use?
ЗДИ
уточняющий
М
What
1
null
null
null
0
1
0
0
1,010
2,754
2
Mariya
member
3
If you are on Linux, try to install the curl package by executing the command sudo apt-get install libcurl4-openssl-dev Looking forward to your response.
РЕК, СВ, Ю
суггестив, реквестив
М
Looking forward to your response.
1
null
null
null
0
1
0
0
1,011
3,104
2
Stepan.Reuk
leader
0
Hello @asama Try to test the sample Nuitrack\nuitrack\nuitrack\bin\nuitrack_sample.exe Does the same problem occur?
ПРИ, ОБР, СВ
обращение, суггестив, верификативный
М
Hello Try to Does the same problem occur?
1
null
null
null
0.184
0.816
0
-0.4019
1,011
3,104
3
Stepan.Reuk
leader
0
@asama Has your issue been solved?
СВ, ОБР, Ю
верификативный
М
Has your issue been solved?
1
null
null
null
0
0.704
0.296
0.2732
1,011
3,104
3
Stepan.Reuk
leader
1
Do you have any questions?
СВ, Ю, МВ
идентифицирующий
М
Do you have any questions?
1
null
null
null
0
1
0
0
1,012
2,782
2
EugeneVasiliev
leader
0
At the moment, NuitrackSDK does not have a built-in module for determining poses.
ДЕЙ, СТОП
утверждение
Д
null
1
null
null
null
0
1
0
0
1,012
2,782
2
EugeneVasiliev
leader
1
We will add it soon.
СТОП
утверждение
М
null
1
null
null
null
0
1
0
0
1,012
2,782
2
EugeneVasiliev
leader
2
It is very convenient to determine the direction of the limbs relative to the body by comparing vectors, for example, using the Vector3.Dot function, which will return 1 if the vectors being compared are directed in one direction and -1 if in the opposite direction.
РЕК
суггестив
М
null
1
null
null
null
0
1
0
0
1,012
2,782
2
EugeneVasiliev
leader
3
By varying the threshold, you can set the error from the direction reference.
РЕК, Ю
суггестив
Д
null
1
null
null
null
0.184
0.816
0
-0.4019
2,001
2,919
2
Stepan.Reuk
leader
0
Hello @john Use a slash instead of a backslash image Or you can use record files in NuitrackManager component
ПРИ, ОБР, РЕК, Ю, ИМП
Суггестив
М
Hello, you, you can use
0.5
-
null
null
0.104
0.896
0
-0.2732
2,001
2,919
4
Stepan.Reuk
leader
0
Yep, maybe.
РАЗГ
-
-
null
0.133333
-
null
null
0
0.312
0.688
0.296
2,001
2,919
4
Stepan.Reuk
leader
1
You can download latest version NuitrackSDK.unitypackage from github https://github.com/3DiViuitrack-sdkree/master/Unity3D 2
Ю, РЕК
Суггестив
М
You, you can use
1
-
null
null
0
1
0
0
2,001
2,919
7
Stepan.Reuk
leader
0
It looks like there is a problem with the file.
ПРЕДП
Констатация
М
It looks like
0.5
-
null
null
0.205
0.606
0.189
-0.0516
2,001
2,919
7
Stepan.Reuk
leader
1
Is this recording being played in RealsenseViewer?
УВ
Уточняющий вопрос
Д
Is this...
0.5
-
null
null
0
0.714
0.286
0.34
2,001
2,919
7
Stepan.Reuk
leader
2
(And what streams are recorded in it?)
УВ
Уточняющий вопрос
Д
What
0.5
-
null
null
0
1
0
0
2,001
2,919
9
Stepan.Reuk
leader
0
@john can you send this file to us so we can check?
ОБР, Ю, ЗДИ, НБЛАГ
Реквестив
М
You, Can you send
1
*
send this file to us so we can check
send this file for us to check (it)
0
1
0
0
2,001
2,919
11
Stepan.Reuk
leader
0
Hello @john Your file does not work correctly with us either (on windows, but for some reason it works fine on linux).
ПРИ, ОБР, Ю, ТЕХ
Констатация
М, Д
Hello, you
0.5
-
null
null
0
0.905
0.095
0.296
2,001
2,919
11
Stepan.Reuk
leader
1
We also see errors when playing it in realsense viewer.
ТЕХ
Констатация
М
Error
0.5
*
when playing it; realsense viewer
when play(s); the realsense viewer
0.197
0.656
0.148
-0.1531
2,001
2,919
11
Stepan.Reuk
leader
2
Try writing a small file with only the color and depth streams.
РЕК, ИМП
Суггестив
М
Try
0.454545
-
null
null
0
1
0
0
2,001
2,919
11
Stepan.Reuk
leader
3
You can also experiment with other settings when recording
РЕК, Ю
Суггестив
М
You can, you
0.440909
-
null
null
0
1
0
0
2,002
3,083
2
TAG
leader
0
Hi @smtsb Nuitrack library/executable should be able to establish a https connection to cognitive.3divi.com 2 (Licensing Dashboard) for activation purposes.
ПРИ, ОБР, ТЕХ
Констатация
Д
Hi
0.454545
-
null
null
0
1
0
0
2,002
3,083
5
TAG
leader
0
Sure, in fact we are ready to arrange a remote session (anydesk) if it is suitable for you.
Ю, ПП
Предложение
М
You, ready to arrange
1
-
null
null
0
0.769
0.231
0.5859
2,002
3,083
5
TAG
leader
1
In the meantime - it is important to understand whether cognitive.3divi.com is resolved correctly by your DNS server and whether it is accessible from your network.
Ю, ДЕЙ
null
Д,М
Your, In the meantime
1
-
null
null
0
0.873
0.127
0.3612
2,002
3,083
5
TAG
leader
2
To do this - you can simply open the terminal of choice (command line) depending on your OS (for Windows it is cmd command just as an example) and try to ping nuitrack activation server by entering the: ping cognitive.3divi.com You could post the results (error message) to this thread and we should be able to understand/recommend of how to handle it.
Ю, РЕК, ТЕХ
Суггестив
М
You
1
-
null
null
0.042
0.958
0
-0.4019
2,002
3,083
8
TAG
leader
0
Thank you.
БЛАГ, Ю
Благодарность
М
Thank you
1
-
null
null
0
0.286
0.714
0.3612
2,002
3,083
8
TAG
leader
1
It now looks like there is particular issue with establishing a secure connection, as basic availability is OK. Could you please specify: a Nuitrack version and operating system used ?
ПРЕДП, ВЕЖЛ, ДВ
Реквестив
М, Д
Looks like, could you please
1
-
null
null
0
0.789
0.211
0.7351
2,002
3,083
12
irakli
leader
0
hi @smtsb, Sorry for a delayed reply.
ПП, ОБР, ИП
Обращение, извинение
М
Hi, sorry
1
-
null
null
0.39
0.61
0
-0.296
2,002
3,083
12
irakli
leader
1
Please check the following to fix this: Please check the date and time on your device, it should be set correctly.
ВЕЖЛ
Реквестив
М, Д
Please
1
-
null
null
0
0.794
0.206
0.6027
2,002
3,083
12
irakli
leader
2
Is antivirus software installed on devices with problems?
null
Уточняющий
Д
Is antivirus installed...
0.5
*
antivirus software
the antivirus software
0.278
0.722
0
-0.4019
2,002
3,083
12
irakli
leader
3
Disable it for the duration of activation, as the antivirus may block Internet access to Nuitrack.
ИМП, РЕК
Суггестив
Д
Disable
0.5
-
null
null
0.162
0.838
0
-0.4404
2,002
3,083
14
irakli
leader
0
hi @smtsb, if the firewall blocks the connection Nuitrack to cognitive.3divi.com - yes you will not be able to activate Nuitrack try to grant access to this domain cognitive.3divi.com and you can try adding Nuitrack to antivirus exclusions
ПП, ОБР, ИМП, РЕК, Ю
Обращение, суггестив
Д, М
Hi, try, you
0.5
*
yes; try to...and you can try...
you can try to...and add...
0.045
0.831
0.124
0.5106
2,002
3,083
16
irakli
leader
0
Try updating Nuitrack to the latest version 0.36.3 GitHub - 3DiViuitrack-sdk: Nuitrack™ is a 3D tracking middleware developed by 3DiVi Inc.
ИМП, РЕК
Суггестив
М, Д
Try
0.5
-
null
null
0
1
0
0
2,002
3,083
16
irakli
leader
1
If you have a proxy on your network for the Internet connection, you can configure it from the %NUITRACK_HOME%/datauitrack.config file (the Network.ProxyUrl item “:”).
РЕК, Ю
Суггестив
М
You, can
0.5
-
null
null
0
1
0
0
2,002
3,083
16
irakli
leader
2
Windows Defender is installed by default in Windows.
ТЕХ
Констатация
Д
-
0.5
-
null
null
0
0.833
0.167
0.1027
2,002
3,083
16
irakli
leader
3
It can block Nuitrack’s connection to the server for activation.
ПРЕДП, ТЕХ
Предсказание
М
It can block
0.5
-
null
null
0.244
0.756
0
-0.4404
2,002
3,083
16
irakli
leader
4
You can disable it during activation or add Nuitrack to the exclusions: Windows Defender → Virus and Threat Protection → Virus and Threat Protection Settings → Manage Settings → Exceptions → add or remove exceptions → add process → Nuitrack or Nuitrack.exe
Ю, РЕК
Суггестив
М
You, you can
0.5
-
null
null
0.144
0.826
0.03
-0.7506
2,003
3,031
2
Stepan.Reuk
leader
0
Hello @smtsb Hm… Are you using the latest version of the package from github?
ПРИ, ОБР, МЕЖД, ДВ
Уточняющий
М
Hello, Hm
0.461364
*
Are you using
Do you use
0
1
0
0
2,003
3,031
2
Stepan.Reuk
leader
1
nuitrack-sdk/Unity3D at master · 3DiViuitrack-sdk · GitHub 5
ТЕХ
-
-
-
0.5
-
null
null
0
1
0
0
2,003
3,031
4
Stepan.Reuk
leader
0
I have tested these versions of nuitrack and unity and everything works well.
null
Констатация
М, Д
-
0.158333
-
null
null
0
0.851
0.149
0.2732
2,003
3,031
4
Stepan.Reuk
leader
1
Which sensor do you use, have you tried with another sensor (or wire, or usb 3.0 port)?
Ю
Идентифицирующий
Д
You
0.5
*
Нет разделения на 2 предложения вопросительным знаком
Which sensor do you use? Have you tried another sensor?
0
1
0
0
2,003
3,031
4
Stepan.Reuk
leader
2
Can you show the editor’s log?
Ю
Реквестив
М
You
0.5
-
null
null
0
1
0
0
2,003
3,031
4
Stepan.Reuk
leader
3
Have you tried running on a clean version of the OS?
Ю
Уточняющий
Д
You
0.5
-
null
null
0
0.787
0.213
0.4019
2,003
3,031
6
Stepan.Reuk
leader
0
Hm… Try to do this: Create a new project Import this experimental package NuitrackSDKPortableBeta.unitypackage - Google Drive 2 Make sure that the log says “portable” Test.
МЕЖД, ИМП
Суггестив
М
Hm, try, create, import
0.245455
-
null
null
0
0.837
0.163
0.5683
2,003
3,031
6
Stepan.Reuk
leader
1
Select the item in the menu “Nuitrack\Play Test Unity Scene” Activate the license.
ИМП
Суггестив
М
Select, activate
0.5
-
null
null
0
1
0
0
2,003
3,031
6
Stepan.Reuk
leader
2
Select the item in the menu “Nuitrack\Activate Nuitrack”
ИМП
Суггестив
М
Select
0.5
-
null
null
0
1
0
0
2,003
3,031
7
Stepan.Reuk
leader
0
@smtsb Has your issue been solved?
null
null
Д
null
1
-
null
null
0
0.704
0.296
0.2732
3,001
2,501
2
Stepan.Reuk
leader
0
Hello @hizral .
ПРИ,ОБР
обращение
М
hello
1
0.0
1.0
0.0
0
null
null
null
3,001
2,501
2
Stepan.Reuk
leader
0
https://github.com/3DiViuitrack-sdk/blob/master/doc/Nuitrack_AI.md 8 Now available: The following types of objects can be detected on a color stream: bottle cigarette phone laptop bag book
ТЕХ
объяснение
Д
null
0.5
0.0
1.0
0.0
0
null
null
null
3,001
2,501
3
Stepan.Reuk
leader
0
At the moment, adding your own objects is not provided, but it is possible that such an opportunity will be added in the future.
ДЕЙ, СТОП, Ю
прогнозирование
М,Д
at the moment, possible
1
0.0
0.861
0.139
0.5719
null
null
null
3,001
2,501
3
Stepan.Reuk
leader
0
How would you like to add your object, do you have one picture or many pictures with such balls?
ДВ
уточняющий
М
how
0.270455
0.0
0.878
0.122
0.3612
null
null
null
3,001
2,501
5
Stepan.Reuk
leader
0
No.
STOP
квалификация
Д
no
0.5
0.0
1.0
0.0
0
null
null
null
3,001
2,501
5
Stepan.Reuk
leader
0
The camera cannot detect objects by color
ТЕХ
констатация
Д
null
0.5
0.0
1.0
0.0
0
null
null
null

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
0
Add dataset card