Jump to content

Youssef Menjour

Members
  • Posts

    80
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by Youssef Menjour

  1. Good morning
    Ha I hadn't seen this answer!

    I don't understand the point of putting NI Linux RT online? What's the point ?

    I just want to simply deploy my code to this target that has a GPU.
    IN fact what I want is to deploy LabVIEW code on my Jetson target.
    I don't want to install LabVIEW RT on my target, I just want to deploy my code as if I were on a machine.

    Is this possible on an Ubuntu Arm target as was done on Rasberry PI.
    The idea is to use the Jetson GPU for HAIBAL deployments.

    I asked NI but they didn't answer me.

    who could be our contact at NI ?

  2. As i understood, we can install LabVIEW RT everywhere in case to know how to modify the linux kernel source code (open source)
    It's possible but it seems it mean to have strong knowledge in OS linux dev.

    We will start to work on it to deploy LabVIEW RT on jetson. 
    New challenge accepted :) 

  3. Good morning

    I downloaded the famous state actor patern and clearly it explains absolutely nothing.

    Where can I find an example? What's the point ? Does anyone really know? There are no examples anywhere in the NI examples and this VI shows absolutely nothing

     

    How do we launch this switch actor? Where ? I don't understand the point of this VI?

     

    When hitchhiking, is the switch actor useful? (obviously no, since nowhere are the FIFO connections cut, the nesteds are not deleted in the actor who is going to be switched)

    image.png.9701c0ddf0ab267d02ea1ff04a9a3fd1.png

  4. J'ai téléchargé le fameux state actor patern et clairement il n'explique absolument rien. Ou puis je trouver un exemple ? A quoi ça sert ? Est ce que quelqu'un sait vraiment ? Il n'y a aucun exemples null part dans les exemple NI et ce VI ne montre absolument rien
     
     
     
    clear
     
     
     
     
     
     
     
     
    274 / 5 000
     

    Résultats de traduction

    Résultat de traduction

    Good morning I downloaded the famous state actor patern and clearly it explains absolutely nothing. Where can I find an example? What's the point ? Does anyone really know? There are no examples anywhere in the NI examples and this VI shows absolutely nothing
  5. Here's some examples of semantic segmentation with 𝐓𝐈𝐆𝐑 𝗟𝗮𝗯𝗩𝗜𝗘𝗪 𝐯𝐢𝐬𝐢𝐨𝐧 𝐭𝐨𝐨𝐥𝐤𝐢𝐭 (Available now for test)

    This is accomplished by utilizing a UNET architectural model in conjunction with a basic 𝗟𝗮𝗯𝗩𝗜𝗘𝗪 state machine architecture, showcasing how the HAIBAL, the LabVIEW deep learning toolkit by Graiphic toolkit's capabilities enable seamless integration of any model into practical applications with minimal effort.

    Visit us now --> www.graiphic.io

    𝐓𝐈𝐆𝐑 website -->https://tigr.graiphic.io/

    Download GIM and try 𝐓𝐈𝐆𝐑 𝗟𝗮𝗯𝗩𝗜𝗘𝗪 𝐯𝐢𝐬𝐢𝐨𝐧 𝐭𝐨𝐨𝐥𝐤𝐢𝐭  --> https://lnkd.in/eUtVumG2

    Get started with TIGR --> https://lnkd.in/dssB-MS4

  6. Hi,

    I'm using .net with LabVIEW and i have some difficulties to open a reference.
    I use mscorlib(4.0.0.0) as assembly. (System.io.directory class)

    The method i'm testing is EnumerateFile which return a reference representing "an enumerable collection of full file names that meet specified criteria."

    Now my problem is to find a method that take this reference and give me back information in readable LabVIEW.

    Someone can help me ?

     

    Thank you

    where.png.dd00e9c067347b2c2b446425d3f5e865.png

     

  7. On 4/22/2023 at 5:12 PM, Antoine Chalons said:

    Really?
    I haven't done any vision application in the last 4 years, but before that I was using IMAQ daily and i never had performance issues with the acquisition part.
    And I had a few industrial application that were quite intense in terms of image acquisition and processing.
    The processing was also acceptable in terms of perf, except maybe the pattern matching.

    Can you describe an application in which IMAQ perf is too low for you?

    I phrased it wrong
    Vision poses a problem for us because it requires an additional installation. The philosophy of our package is to make it all in one so that it is as simple as possible for our users.
    So we want to do without Vision while keeping the same performance.

    What also causes us problems is that we don't understand anything about NI on the free, not free, add on... nothing is clear. As a user I do not feel I have to go looking for information, it should be simple which is not the case. (well that's our philosophy)

    To do this, we have to do the same thing that the alliance vision team did at the time, a low level switch (pointer).
    What we will be able to do in the next few days.

     

  8. We don't want to use Imaq because the performance are bad for our application.

    We would like to use .net with pointer. Anyone knows ?

     

    17 hours ago, Antoine Chalons said:

    I guess you don't care about supporting non-windows OSes, right?

    For now we are working on windows. In the future we'll work on linux but for now we focus to make it work well on windows.

  9. In fact we would like to compare the image acquisition methods in terms of optimization (display speed).
    .net seems to be very interesting.

     

    20 hours ago, hooovahh said:

    I posted my Image Manipulation code over on VIPM.IO

    https://www.vipm.io/package/hooovahh_image_manipulation/

    Here is a video demonstrating some of its functionality, including loading an image into a picture box and manipulating it.

     

     

    I looked at your example and it is really good to start with! 


    The problem with .net is the large number of functions, you have to be able to find your way around.

    I'm trying to display an image from a table of values on .net and I have not yet found. What method should I use? I have not found a simple example that does it.  😱

     

     

    23 hours ago, Antoine Chalons said:

    Are you asking that in order to avoid NI vision dev module license for your vision product?

    If yes, you can install vision acquisition software (> no license for that, at least until 4years ago) and use the image display without needing vdm license

    I was not aware about ! I'll test if it's enough.
    We already do with our own solution now but we would like to try with other methods because it lacks optimization. 

    I also think there is a high potential using .net and i would like to try.
     

  10. Hi everybody,

     

    I'm generating a DLL with this simple function 

     

    image.png.2eca4b96333af2f4f5929ff469376889.png

     

    I want to recover the clustrer through a DLL function, so i did it in project.

     

    image.png.95d89520526091b98694677479162554.png

     

    image.png.f5c91e3dcf8d810cf7fc3f9ee0b38b76.png

     

    I build the DLL and when i call it, --> TALA CRASH 

    image.png.2516154e1ed6923864b1a4c0ef06eabd.png

     

    image.png.60cbc134c6f0f999fb15fde43d2da415.png

     

    To recover my cluster i supposed Type is "Adapt to type" and Data format "Handles by Values"

    Of course it's not !

     

    Someone know what are Type and Data format of my output should be ?

     

    Thank you,

    (i put the VI and project in attached file 

     

     

    test DLL.zip

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.