|
ID студента,ID треда,ID реплики в треде,Имя автора,Статус автора,ID предложения,Текст,категории эмпатии/антипатии,виды речевых актов,модус/диктум,"обоснование (слово, фраза, предложение) ",эмпатия,лингвистическая ошибка (тип),текст с примером ошибки,исправление,neg,neu,pos,compound |
|
1001.0,2179,2,iosif.semenyuk,member,0,"Unfortunately, we cannot tell you the exact date, since the software is still in development and testing.","ФС, Пояс, Ю",объяснение,"М, Д",Unfortunately,1.0,-,,,0.13,0.87,0.0,-0.34 |
|
1001.0,2179,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,0.856,0.144,0.6597 |
|
1001.0,2179,4,Andrew Tsibulevsky,leader,1,AI version is our top-first prioity at the moment.,"ЛЭКП, ДЕЙ",утверждение,М,"our top-first prioity, at the moment",1.0,-,,,0.0,1.0,0.0,0.0 |
|
1001.0,2179,4,Andrew Tsibulevsky,leader,2,Please tell what the main reason for your intention to use Nuitrack with Kinect Azure?,"ВЕЖ, УВ, Ю",уточняющий вопрос,М,Please tell,1.0,-,,,0.0,0.859,0.141,0.3182 |
|
1001.0,2179,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.0,-,,,0.0,0.846,0.154,0.4588 |
|
1001.0,2179,4,Andrew Tsibulevsky,leader,4,It will be very helpful if you could provide some insights.,"Ю, ВЕЖ, ЗДИ",утверждение,М,"if you could, provide some insights",1.0,*,It will be,It would be,0.0,0.764,0.236,0.4754 |
|
1001.0,2179,4,Andrew Tsibulevsky,leader,5,Thank you.,БЛАГ,благодарность,М,Thank you.,1.0,-,,,0.0,0.286,0.714,0.3612 |
|
1001.0,2179,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.0,-,,,0.0,0.66,0.34,0.8516 |
|
1001.0,2179,7,Andrew Tsibulevsky,leader,1,Please feel free to try it out.,ВЕЖ,реквестив,М,please,1.0,-,,,0.0,0.472,0.528,0.6808 |
|
1002.0,2803,2,EugeneVasiliev,leader,0,Pixel jitter is caused by a hardware limitation of the sensors.,ТЕХ,констатация,Д,,0.5,-,,,0.18,0.82,0.0,-0.296 |
|
1002.0,2803,2,EugeneVasiliev,leader,1,Add depth smoothing via shaders with your own frame processing algorithm.,ТЕХ,суггестив,М,,0.5,-,,,0.0,1.0,0.0,0.0 |
|
1003.0,2797,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.2681818181818182,-,,,0.0,0.853,0.147,0.6124 |
|
1003.0,2797,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.,ТЕХ,утверждение,М,,0.5,-,,,0.0,0.879,0.121,0.4118 |
|
1003.0,2797,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.","Ю, ТЕХ",суггестив,М,,0.5,-,,,0.0,1.0,0.0,0.0 |
|
1003.0,2797,5,EugeneVasiliev,leader,2,"depthTexture = new Texture2D(cols, rows, TextureFormat.ARGB32, false); Add fields for gradient and maximum recognizable depth.","ТЕХ, ИМП",суггестив,М,,0.4,-,,,0.0,1.0,0.0,0.0 |
|
1003.0,2797,5,EugeneVasiliev,leader,3,[SerializeField] Gradient depthGradient; [SerializeField] float maxDepthSensor = 8f; Use the conversion of the depth value to color via a gradient.,"ТЕХ, ИМП",суггестив,М,,0.4,-,,,0.0,0.888,0.112,0.34 |
|
1003.0,2797,5,EugeneVasiliev,leader,4,"depthColors[pointIndex] = depthGradient.Evaluate(depthFrame[i, j] / (maxDepthSensor * 1000)); Adjust the gradient to your liking.","ТЕХ, ИМП",суггестив,М,,0.4,,,,0.0,0.828,0.172,0.4019 |
|
1003.0,2797,5,EugeneVasiliev,leader,5,"However, conversions to Point Cloud are not optimized and will heavily load your system.","ТЕХ, Ю",утверждение,М,your,0.5,,,,0.16,0.84,0.0,-0.357 |
|
1003.0,2797,5,EugeneVasiliev,leader,6,We will develop the most productive solution and offer it to you later.,"СТОП, Ю, ЛЭКП",утверждение,М,most productive,1.0,,,,0.0,0.823,0.177,0.3774 |
|
1003.0,2797,7,EugeneVasiliev,leader,0,"Yes, of course, you can change the gradient colors and make a smooth transition as you require.","ОФ, Ю, ТЕХ",утверждение,М,of course,0.4704545454545455,,,,0.0,0.856,0.144,0.4019 |
|
1003.0,2797,9,EugeneVasiliev,leader,0,We have prepared an optimized CPU solution for you.,Ю,утверждение,М,,0.5,-,,,0.0,0.455,0.545,0.7351 |
|
1003.0,2797,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.0,sn6,become part of NuitrackSDK,become a part of NuitrackSDK,0.0,0.9,0.1,0.4404 |
|
1003.0,2797,9,EugeneVasiliev,leader,2,Thank you for using NuitrackSDK!,БЛАГ,благодарность,М,Thank you,1.0,,,,0.0,0.589,0.411,0.4199 |
|
1003.0,2797,12,EugeneVasiliev,leader,0,This can be easily done by switching the gradient mode to Fixed.,"ТЕХ, НПРИ, НОС",утверждение,М,,0.2431818181818181,,,,0.0,0.821,0.179,0.34 |
|
1003.0,2797,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.",ТЕХ,суггестив,М,,1.0,,,,0.0,1.0,0.0,0.0 |
|
1003.0,2797,12,EugeneVasiliev,leader,2,"This is a very flexible system, experiment.",-,утверждение,М,,0.5,,,,0.0,0.732,0.268,0.2944 |
|
1003.0,2797,14,EugeneVasiliev,leader,0,Check out this package built for Unity 2019.,"ТЕХ, НПРИ, НОС",суггестив,М,,0.4272727272727273,,,,0.0,1.0,0.0,0.0 |
|
1003.0,2797,14,EugeneVasiliev,leader,1,Dropbox GradientDepthFrame_2019.unitypackage Shared with Dropbox NuitrackSDK latest version is aimed at Unity 2020.3.1f1 and higher.,ТЕХ,-,Д,,0.5,,,,0.0,0.854,0.146,0.34 |
|
1003.0,2797,14,EugeneVasiliev,leader,2,Using earlier versions may cause errors and unstable operation.,ТЕХ,предостережение,М,,0.5,,,,0.412,0.588,0.0,-0.5994 |
|
1003.0,2797,14,EugeneVasiliev,leader,3,We use this version as the most stable and tested for NuitrackSDK.,"ТЕХ, ЛЭКП",объяснение,М,the most stable and tested,1.0,,,,0.0,0.815,0.185,0.3597 |
|
1003.0,2797,14,EugeneVasiliev,leader,4,We recommend that you use 2020.3.1f1.,ТЕХ,суггестив,М,We recommend,1.0,,,,0.0,0.667,0.333,0.3612 |
|
1004.0,2786,2,Stepan.Reuk,leader,0,Hello @aiv Have you followed this tutorial?,"ПРИ, ОБР, УВ","обращение, верификативный",М,Have you,1.0,,,,0.0,1.0,0.0,0.0 |
|
1004.0,2786,2,Stepan.Reuk,leader,1,https://github.com/3DiViuitrack-sdk/blob/master/doc/Unreal_Engine_Android_Tutorial.md,ТЕХ,-,-,,0.5,,,,0.0,1.0,0.0,0.0 |
|
1005.0,2798,2,Stepan.Reuk,leader,0,Hello @umberto You can check this using a Trial license.,"ПРИ, ОБР, Ю","суггестив, обращение",М,"Hello @ |
|
You can check this",1.0,,,,0.0,1.0,0.0,0.0 |
|
1005.0,2798,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,,,,0.0,0.875,0.125,0.5719 |
|
1006.0,2758,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,,,,0.0,0.704,0.296,0.7096 |
|
1006.0,2758,2,EugeneVasiliev,leader,1,Good luck!,"НОС, ПРОЩ1",пожелание,М,Good luck!,0.5,,,,0.0,0.0,1.0,0.7345 |
|
1007.0,2800,2,EugeneVasiliev,leader,0,"Yes, this method converts any coordinates and does not require the calculation of the skeleton.","НПРИ, НОБР, НОС",утверждение,Д,,0.4590909090909091,,,,0.0,0.838,0.162,0.4019 |
|
1008.0,2778,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.","ПРИ, ОБР, ТЕХ, НОС","суггестив, констатация",М,,1.0,,,,0.0,0.897,0.103,0.3182 |
|
1009.0,2722,2,Mariya,member,0,Hi Mike!,"ПРИ, ОБР",обращение,М,Hi,1.0,,,,0.0,1.0,0.0,0.0 |
|
1009.0,2722,2,Mariya,member,1,Sorry for the issues you’ve encountered!,ИП,извинение,М,Sorry for the issues,1.0,,,,0.242,0.758,0.0,-0.1511 |
|
1009.0,2722,2,Mariya,member,2,Did you change nuitrack.config params?,УВ,верификативный,М,,1.0,,,,0.0,1.0,0.0,0.0 |
|
1009.0,2722,2,Mariya,member,3,"Please, try to run nuitrack_sample with this nuitrack config file 6.","ВЕЖЛ, ТЕХ",суггестив,М,Please,1.0,,,,0.0,0.813,0.187,0.3182 |
|
1009.0,2722,5,Mariya,member,0,Glad that you managed to solve the problem.,Ю,признание,М,Glad,1.0,,,,0.216,0.4,0.384,0.2732 |
|
1009.0,2722,5,Mariya,member,1,And thank you for bringing the issues with instructions to our attention.,"БЛАГ, Ю",благодарность,М,thank you for,1.0,,,,0.0,0.815,0.185,0.3612 |
|
1009.0,2722,5,Mariya,member,2,We will try to make it clearer.,ПП,утверждение,М,,1.0,,,,0.0,1.0,0.0,0.0 |
|
1010.0,2754,2,Mariya,member,0,Hi @yiks!,"ПРИ, ОБР",обращение,М,Hi,1.0,,,,0.0,1.0,0.0,0.0 |
|
1010.0,2754,2,Mariya,member,1,Sorry for the issues you’ve encountered!,ИП,извинение,М,Sorry for the issues you’ve encountered!,1.0,,,,0.242,0.758,0.0,-0.1511 |
|
1010.0,2754,2,Mariya,member,2,What OS and architecture do you use?,ЗДИ,уточняющий,М,What,1.0,,,,0.0,1.0,0.0,0.0 |
|
1010.0,2754,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.0,,,,0.0,1.0,0.0,0.0 |
|
1011.0,3104,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.0,,,,0.184,0.816,0.0,-0.4019 |
|
1011.0,3104,3,Stepan.Reuk,leader,0,@asama Has your issue been solved?,"СВ, ОБР, Ю",верификативный,М,Has your issue been solved?,1.0,,,,0.0,0.704,0.296,0.2732 |
|
1011.0,3104,3,Stepan.Reuk,leader,1,Do you have any questions?,"СВ, Ю, МВ",идентифицирующий,М,Do you have any questions?,1.0,,,,0.0,1.0,0.0,0.0 |
|
1012.0,2782,2,EugeneVasiliev,leader,0,"At the moment, NuitrackSDK does not have a built-in module for determining poses.","ДЕЙ, СТОП",утверждение,Д,,1.0,,,,0.0,1.0,0.0,0.0 |
|
1012.0,2782,2,EugeneVasiliev,leader,1,We will add it soon.,СТОП,утверждение,М,,1.0,,,,0.0,1.0,0.0,0.0 |
|
1012.0,2782,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.",РЕК,суггестив,М,,1.0,,,,0.0,1.0,0.0,0.0 |
|
1012.0,2782,2,EugeneVasiliev,leader,3,"By varying the threshold, you can set the error from the direction reference.","РЕК, Ю",суггестив,Д,,1.0,,,,0.184,0.816,0.0,-0.4019 |
|
2001.0,2919,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,-,,,0.104,0.896,0.0,-0.2732 |
|
2001.0,2919,4,Stepan.Reuk,leader,0,"Yep, maybe.",РАЗГ,-,-,,0.1333333333333333,-,,,0.0,0.312,0.688,0.296 |
|
2001.0,2919,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.0,-,,,0.0,1.0,0.0,0.0 |
|
2001.0,2919,7,Stepan.Reuk,leader,0,It looks like there is a problem with the file.,ПРЕДП,Констатация,М,It looks like,0.5,-,,,0.205,0.606,0.189,-0.0516 |
|
2001.0,2919,7,Stepan.Reuk,leader,1,Is this recording being played in RealsenseViewer?,УВ,Уточняющий вопрос,Д,Is this...,0.5,-,,,0.0,0.714,0.286,0.34 |
|
2001.0,2919,7,Stepan.Reuk,leader,2,(And what streams are recorded in it?),УВ,Уточняющий вопрос,Д,What,0.5,-,,,0.0,1.0,0.0,0.0 |
|
2001.0,2919,9,Stepan.Reuk,leader,0,@john can you send this file to us so we can check?,"ОБР, Ю, ЗДИ, НБЛАГ",Реквестив,М,"You, Can you send",1.0,*,send this file to us so we can check,send this file for us to check (it),0.0,1.0,0.0,0.0 |
|
2001.0,2919,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,-,,,0.0,0.905,0.095,0.296 |
|
2001.0,2919,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 |
|
2001.0,2919,11,Stepan.Reuk,leader,2,Try writing a small file with only the color and depth streams.,"РЕК, ИМП",Суггестив,М,Try,0.4545454545454545,-,,,0.0,1.0,0.0,0.0 |
|
2001.0,2919,11,Stepan.Reuk,leader,3,You can also experiment with other settings when recording,"РЕК, Ю",Суггестив,М,"You can, you",0.440909090909091,-,,,0.0,1.0,0.0,0.0 |
|
2002.0,3083,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.4545454545454545,-,,,0.0,1.0,0.0,0.0 |
|
2002.0,3083,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.0,-,,,0.0,0.769,0.231,0.5859 |
|
2002.0,3083,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.,"Ю, ДЕЙ",,"Д,М","Your, In the meantime",1.0,-,,,0.0,0.873,0.127,0.3612 |
|
2002.0,3083,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.0,-,,,0.042,0.958,0.0,-0.4019 |
|
2002.0,3083,8,TAG,leader,0,Thank you.,"БЛАГ, Ю",Благодарность,М,Thank you,1.0,-,,,0.0,0.286,0.714,0.3612 |
|
2002.0,3083,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.0,-,,,0.0,0.789,0.211,0.7351 |
|
2002.0,3083,12,irakli,leader,0,"hi @smtsb, Sorry for a delayed reply.","ПП, ОБР, ИП","Обращение, извинение",М,"Hi, sorry",1.0,-,,,0.39,0.61,0.0,-0.296 |
|
2002.0,3083,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.0,-,,,0.0,0.794,0.206,0.6027 |
|
2002.0,3083,12,irakli,leader,2,Is antivirus software installed on devices with problems?,,Уточняющий,Д,Is antivirus installed...,0.5,*,antivirus software,the antivirus software,0.278,0.722,0.0,-0.4019 |
|
2002.0,3083,12,irakli,leader,3,"Disable it for the duration of activation, as the antivirus may block Internet access to Nuitrack.","ИМП, РЕК",Суггестив,Д,Disable,0.5,-,,,0.162,0.838,0.0,-0.4404 |
|
2002.0,3083,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 |
|
2002.0,3083,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,-,,,0.0,1.0,0.0,0.0 |
|
2002.0,3083,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,-,,,0.0,1.0,0.0,0.0 |
|
2002.0,3083,16,irakli,leader,2,Windows Defender is installed by default in Windows.,ТЕХ,Констатация,Д,-,0.5,-,,,0.0,0.833,0.167,0.1027 |
|
2002.0,3083,16,irakli,leader,3,It can block Nuitrack’s connection to the server for activation.,"ПРЕДП, ТЕХ",Предсказание,М,It can block,0.5,-,,,0.244,0.756,0.0,-0.4404 |
|
2002.0,3083,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,-,,,0.144,0.826,0.03,-0.7506 |
|
2003.0,3031,2,Stepan.Reuk,leader,0,Hello @smtsb Hm… Are you using the latest version of the package from github?,"ПРИ, ОБР, МЕЖД, ДВ",Уточняющий,М,"Hello, Hm",0.4613636363636364,*,Are you using,Do you use,0.0,1.0,0.0,0.0 |
|
2003.0,3031,2,Stepan.Reuk,leader,1,nuitrack-sdk/Unity3D at master · 3DiViuitrack-sdk · GitHub 5,ТЕХ,-,-,-,0.5,-,,,0.0,1.0,0.0,0.0 |
|
2003.0,3031,4,Stepan.Reuk,leader,0,I have tested these versions of nuitrack and unity and everything works well.,,Констатация,"М, Д",-,0.1583333333333333,-,,,0.0,0.851,0.149,0.2732 |
|
2003.0,3031,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.0,1.0,0.0,0.0 |
|
2003.0,3031,4,Stepan.Reuk,leader,2,Can you show the editor’s log?,Ю,Реквестив,М,You,0.5,-,,,0.0,1.0,0.0,0.0 |
|
2003.0,3031,4,Stepan.Reuk,leader,3,Have you tried running on a clean version of the OS?,Ю,Уточняющий,Д,You,0.5,-,,,0.0,0.787,0.213,0.4019 |
|
2003.0,3031,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.2454545454545454,-,,,0.0,0.837,0.163,0.5683 |
|
2003.0,3031,6,Stepan.Reuk,leader,1,Select the item in the menu “Nuitrack\Play Test Unity Scene” Activate the license.,ИМП,Суггестив,М,"Select, activate",0.5,-,,,0.0,1.0,0.0,0.0 |
|
2003.0,3031,6,Stepan.Reuk,leader,2,Select the item in the menu “Nuitrack\Activate Nuitrack”,ИМП,Суггестив,М,Select,0.5,-,,,0.0,1.0,0.0,0.0 |
|
2003.0,3031,7,Stepan.Reuk,leader,0,@smtsb Has your issue been solved?,,,Д,,1.0,-,,,0.0,0.704,0.296,0.2732 |
|
3001.0,2501,2,Stepan.Reuk,leader,0,Hello @hizral .,"ПРИ,ОБР",обращение,М,hello,1.0,0.0,1.0,0.0,0.0,,, |
|
3001.0,2501,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,ТЕХ,объяснение,Д,,0.5,0.0,1.0,0.0,0.0,,, |
|
3001.0,2501,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,0.861,0.139,0.5719,,, |
|
3001.0,2501,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.2704545454545454,0.0,0.878,0.122,0.3612,,, |
|
3001.0,2501,5,Stepan.Reuk,leader,0,No.,STOP,квалификация,Д,no,0.5,0.0,1.0,0.0,0.0,,, |
|
3001.0,2501,5,Stepan.Reuk,leader,0,The camera cannot detect objects by color,ТЕХ,констатация,Д,,0.5,0.0,1.0,0.0,0.0,,, |
|
3001.0,2501,7,Stepan.Reuk,leader,0,"Hello @Sergiy No, at the moment.","ПРИ,ДЕЙ",квалификация,М.Д,"hello, at the moment, no",0.5,0.0,1.0,0.0,0.0,,, |
|
3001.0,2501,7,Stepan.Reuk,leader,0,But this is in our plans,"СТОП, ЛЭДМ",прогнозирование,Д,"plans, but",0.2113636363636364,0.0,1.0,0.0,0.0,,, |
|
3001.0,2501,8,"TAG |
|
",leader,0,"Hi @Sergiy, thank you for your question.","ПРИ,ВЕЖЛ",благодарность,М,"hi, thank you",1.0,0.0,0.706,0.294,0.3612,,, |
|
3001.0,2501,8,"TAG |
|
",leader,0,Thinking on possible extensions of Nuitrack object detection module: are you interested in ball detection with a specific/particular appearance such as basketball ball or kind of generic detection of any ball / spherical objects ?,"ДВ, НЕУВ","прогнозирование, уточняющий",М,possible,1.0,0.0,0.926,0.074,0.4019,,, |
|
3002.0,2726,10,Mariya,leader,0,Hi @cinetron!,ПРИ,,М,hi ,1.0,0.0,1.0,0.0,0.0,,, |
|
3002.0,2726,10,Mariya,leader,0,At the moment we can’t tell if this is the issue with QT.,"ДЕЙ,СТОП",констатация,Д,"at the moment, can't",0.5,0.0,1.0,0.0,0.0,,, |
|
3002.0,2726,10,Mariya,leader,0,We are planning to add support for Ubuntu 20.04 by the end of November.,СТОП,информативное сообщение,Д,,0.5,0.0,0.828,0.172,0.4019,,, |
|
3003.0,1667,2,olga.kuzminykh,leader,0,"Hi Jon, Sorry for a late reply.","ПРИ,ИП",извинение,М,"hi, sorry",1.0,0.178,0.822,0.0,-0.0772,,, |
|
3003.0,1667,2,olga.kuzminykh,leader,0,We’ve checked these tutorial projects and they should work correctly.,-,упрек? констатация? прогнозирование,М,it should work correctly,0.0374999999999999,0.0,1.0,0.0,0.0,,, |
|
3003.0,1667,2,olga.kuzminykh,leader,0,"Probably, this issue is connected to the quality of depth map.","НЕУВ,ПРЕДП",прогнозирование,Д,probably,0.5,0.0,1.0,0.0,0.0,,, |
|
3003.0,1667,2,olga.kuzminykh,leader,0,Please check out our recommendations on sensor placement and environment conditions in our docs 3.,ВЕЖЛ,реквестив,М,please,1.0,0.0,0.859,0.141,0.3182,,, |
|
3003.0,1667,2,olga.kuzminykh,leader,0,"The recommended distance between a user and RealSense D435 is about 1.5 m. Also please check out standard samples, such as nuitrack_sample.","ВЕЖЛ,РЕК",суггестив,М,recommended,1.0,0.0,0.83,0.17,0.4767,,, |
|
3003.0,1667,2,olga.kuzminykh,leader,0,Is a skeleton tracked correctly?,ДВ,верификативный,Д,,0.0374999999999999,0.0,1.0,0.0,0.0,,, |
|
3004.0,2735,2,Stepan.Reuk,leader,0,Hello @L0ren4 You mean this app?,"ПРИ,ИМП,НБЛАГ",верификативный,М,hello,0.2477272727272727,0.0,1.0,0.0,0.0,,, |
|
3004.0,2735,2,Stepan.Reuk,leader,0,"https://apps.apple.com/us/appuitrack/id1476531924 3 This app need for developing apps with Nuitrack functionality https://github.com/3DiViuitrack-sdkree/master/iOS-beta 1 If you run test in this app, you can see rgb stream, depth stream, user tracking (silhouette), skeletal tracking and hand tracking What sensor do you use?","НБЛАГ,НОБР,МВ","объяснение, уточняющий",М.Д,what,0.5,0.0,0.924,0.076,0.4939,,, |
|
3005.0,2767,2,"EugeneVasiliev |
|
",leader,0,"If you need to change the color exactly, then change this lineManual conversion of frames to Unity Texture is outdated and not advisable.",НОБР,объяснение,М,"if, then",0.5,0.0,1.0,0.0,0.0,,, |
|
3005.0,2767,2,"EugeneVasiliev |
|
",leader,0,"Use the extension methods ToTexture(), ToTexture2D(), or ToRenderTexture() for ColorFrame, DepthFrame, or UserFrame.","НБЛАГ,ИМП",прескриптив,Д,use,0.5,0.0,1.0,0.0,0.0,,, |
|
3005.0,2767,2,"EugeneVasiliev |
|
",leader,0,Example:..,,объяснение,Д,,0.5,0.0,1.0,0.0,0.0,,, |
|
3005.0,2767,4,"EugeneVasiliev |
|
",leader,0,"You need to change the texture format in the line: For example, on ARGB32 or RGB24 (check the correctness of converting the depth value to the selected format)",НОБР,объяснение,М,need to,1.0,0.0,0.918,0.082,0.34,,, |
|
3005.0,2767,6,"EugeneVasiliev |
|
",leader,0,"The depthFrame structure is just a matrix, each value of which is a depth value in millimeters.",,объяснение,Д,,0.5,0.0,0.758,0.242,0.5859,,, |
|
3005.0,2767,6,"EugeneVasiliev |
|
",leader,0,"You can use depthFrame[i,j] this will be the depth [i, j] of the pixel in millimeters.",РЕК,объяснение,М,,1.0,0.0,1.0,0.0,0.0,,, |
|
3005.0,2767,6,"EugeneVasiliev |
|
",leader,0,"In the example we used: depthFrame[i, j] / 16384f; This means that we divided the depth by 16384 millimeters (approximately ~16 meters) to get an approximation to the normalized values (many sensors work up to 16 meters and we thought that this would be enough).",РЕК,"объяснение, прогнозирование",Д,would,1.0,0.0,0.942,0.058,0.4019,,, |
|
3005.0,2767,6,"EugeneVasiliev |
|
",leader,0,"In fact, the use of this constant is outdated and not correct.",ЛЭКМ,констатация,Д,in fact,0.1083333333333333,0.0,1.0,0.0,0.0,,, |
|
3005.0,2767,6,"EugeneVasiliev |
|
",leader,0,"In the DepthToTexture module (in the NuitrackScripts nested prefab), a variable denoting the maximum depth of the sensor is defined.",ТЕХ,информативное сообщение,Д,,0.5,0.0,1.0,0.0,0.0,,, |
|
3005.0,2767,6,"EugeneVasiliev |
|
",leader,0,It is recommended to use FrameUtils.DepthToTexture.MaxSensorDepth (name space NuitrackSDK.Frame),РЕК,суггестив,,recommended,0.5,0.0,0.816,0.184,0.2023,,, |
|
3005.0,2767,8,"EugeneVasiliev |
|
",leader,0,We recommend using the latest version of NuitrackSDK (v0.35.11).,"РЕК,НОБР",суггестив,Д,recommend ,1.0,0.0,0.762,0.238,0.3612,,, |
|
3005.0,2767,8,"EugeneVasiliev |
|
",leader,0,You need to convert the type correctly.,ТЕХ,суггестив,М,need to,0.5,0.0,1.0,0.0,0.0,,, |
|
3005.0,2767,8,"EugeneVasiliev |
|
",leader,0,"float depthInMeters = (float)depthFrame[i, j] * 0.001f; Your first example is incorrect, since it will print the last pixel of the depth map.",ЛЭКМ,объявление,Д.М,incorrect,0.04375,0.0,1.0,0.0,0.0,,, |
|
3006.0,2850,2,"irakli |
|
",leader,0,"Hi @umberto, Which version of Nuitrack are you using?","ОБР,ПРИ,НЕБЛАГ,ДВ",уточняющий,М,"hi, which",1.0,0.0,1.0,0.0,0.0,,, |
|
3006.0,2850,4,"irakli |
|
",leader,0,"Hi @umberto, I tested Nuitrack on Raspberry Pi 4(Android 10), and the Nuitrack (arm64) test sample loads in 5-6 seconds.","ПРИ,ОБР",объявление,М,hi ,0.5,0.0,1.0,0.0,0.0,,, |
|
|