<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: No module named 'deepview' in eIQ Machine Learning Software</title>
    <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1355036#M521</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189393"&gt;@Ramson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before&lt;/STRONG&gt; eIQ toolkit installation I had Python379 installed on my system, and &lt;STRONG&gt;after&lt;/STRONG&gt; eIQ Toolkit installation (which comes with Python389) I had no conflicts.&lt;/P&gt;&lt;P&gt;Perhaps, as you mentioned, existing Python versions might be important and conda installation as well.&lt;/P&gt;&lt;P&gt;Thanks for feedback!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 13:48:20 GMT</pubDate>
    <dc:creator>MarcinChelminsk</dc:creator>
    <dc:date>2021-10-13T13:48:20Z</dc:date>
    <item>
      <title>No module named 'deepview'</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1354814#M518</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;We are trying to create eiq project using own dataset with the help of instruction given in&amp;nbsp;TP-EIQ-BRING-YOUR-OWN-DATA-BYOD document as shown below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ramson_0-1634114401880.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/158971i8C1B2B730E700CEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Ramson_0-1634114401880.png" alt="Ramson_0-1634114401880.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We created a python script as mentioned in the notebook as shown below :&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;import os
import deepview.datastore as ds
from tqdm.notebook import tqdm

project = ds.create_project('facemask.eiqp')


def splitall(path):
    allparts = []
    while 1:
        parts = os.path.split(path)
        if parts[0] == path:
            allparts.insert(0, parts[0])
            break
        elif parts[1] == path:
            allparts.insert(0, parts[1])
            break
        else:
            path = parts[0]
            allparts.insert(0, parts[1])
    return allparts


count = 0
for (dirpath, _, files) in os.walk('Dataset'):
    count += 1

for (dirpath, _, files) in tqdm(os.walk('Dataset'), total=count):
    dirs = splitall(dirpath)
    label = dirs[-1] if len(dirs) &amp;gt; 0 else None
    grouping = dirs[-2] if len(dirs) &amp;gt; 1 else None

    if grouping is not None and grouping not in ('train', 'test'):
        continue

    images = []
    for file in files:
        with open(os.path.join(dirpath, file), 'rb') as f:
            images.append(f.read())
    if label is not None:
        for image_id in project.add_images(images, grouping):
            project.add_annotation(image_id, label)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But while running the script. we are facing an error&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "importer.py", line 2, in &amp;lt;module&amp;gt;&lt;BR /&gt;import deepview.datastore as ds&lt;BR /&gt;ModuleNotFoundError: No module named 'deepview'&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;We have installed eiq toolkit v1.0.5 already. we have also added "C:\nxp\eIQ_Toolkit_v1.0.5\bin" to my system path. Do we have to do anything else. Please help to solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ramson Jehu K&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 08:57:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1354814#M518</guid>
      <dc:creator>Ramson</dc:creator>
      <dc:date>2021-10-13T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'deepview'</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1354999#M519</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189393"&gt;@Ramson&lt;/a&gt;do you use &lt;STRONG&gt;eIQ Portal&lt;/STRONG&gt; -&amp;gt; &lt;STRONG&gt;Command Line&lt;/STRONG&gt;? should be working from there&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="eiq_command_line.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/159000i231E47DB68F0C300/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eiq_command_line.PNG" alt="eiq_command_line.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This lab could be also interesting&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-Portal-for-MCU-Getting-Started-Labs/ta-p/1305564" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-Portal-for-MCU-Getting-Started-Labs/ta-p/1305564&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(DeepViewRT for RT1170 - Data Import Lab.pdf -&amp;gt; eIQ Toolkit Setup)&lt;/P&gt;&lt;P&gt;This topic could be interesting as well &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-toolkit-import-images-from-disc-and-managing-them-afterwards/m-p/1304569" target="_blank"&gt;https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-toolkit-import-images-from-disc-and-managing-them-afterwards/m-p/1304569&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 13:28:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1354999#M519</guid>
      <dc:creator>MarcinChelminsk</dc:creator>
      <dc:date>2021-10-13T13:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'deepview'</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1355029#M520</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/172242"&gt;@MarcinChelminsk&lt;/a&gt;&amp;nbsp;. I did try that before, since i had other python installed. It caused me this problem. I removed other python and conda installed.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 13:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1355029#M520</guid>
      <dc:creator>Ramson</dc:creator>
      <dc:date>2021-10-13T13:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'deepview'</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1355036#M521</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189393"&gt;@Ramson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before&lt;/STRONG&gt; eIQ toolkit installation I had Python379 installed on my system, and &lt;STRONG&gt;after&lt;/STRONG&gt; eIQ Toolkit installation (which comes with Python389) I had no conflicts.&lt;/P&gt;&lt;P&gt;Perhaps, as you mentioned, existing Python versions might be important and conda installation as well.&lt;/P&gt;&lt;P&gt;Thanks for feedback!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 13:48:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1355036#M521</guid>
      <dc:creator>MarcinChelminsk</dc:creator>
      <dc:date>2021-10-13T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'deepview'</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1582751#M643</link>
      <description>&lt;P&gt;Hello!I have used what you adviced in your answer.But my computer still says that there's no module named 'deepview'.How can I sovle this problem?I downloaded eIQ Tookit from the official web.Should I uninstall the eIQ and install it again?I haven't installed any pip pack named 'deepview' because I can't find it on the Internet....Thank you in advance for answering my stupid question!&lt;/P&gt;&lt;P&gt;Here's a picture as attachments.Maybe it can describle my question better.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 15:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/No-module-named-deepview/m-p/1582751#M643</guid>
      <dc:creator>萧若珮</dc:creator>
      <dc:date>2023-01-14T15:10:56Z</dc:date>
    </item>
  </channel>
</rss>

