<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tensorflow on Blog GoHugo de Fredô : Linux, Proxmox, IA, Trail, Course, Randonnée, Gravel, Ski de Randonnée</title>
    <link>https://move.cyber-neurones.org/tags/tensorflow/</link>
    <description>Recent content in Tensorflow on Blog GoHugo de Fredô : Linux, Proxmox, IA, Trail, Course, Randonnée, Gravel, Ski de Randonnée</description>
    <generator>Hugo</generator>
    <language>fr</language>
    <lastBuildDate>Mon, 05 Oct 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://move.cyber-neurones.org/tags/tensorflow/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>(Draft) Ubuntu, Jupyter Notebook, Python3, Tensorflow, OpenCV : Comptage des cyclistes</title>
      <link>https://move.cyber-neurones.org/post/2020/10/2020-10-05-draft-ubuntu-jupyter-notebook-python3-tensorflow-opencv-comptage-des-cyclistes-2/</link>
      <pubDate>Mon, 05 Oct 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/10/2020-10-05-draft-ubuntu-jupyter-notebook-python3-tensorflow-opencv-comptage-des-cyclistes-2/</guid>
      <description>&lt;p&gt;J&amp;rsquo;essaye donc un cinquième projet : &lt;a href=&#34;https://github.com/adipandas/multi-object-tracker&#34;&gt;https://github.com/adipandas/multi-object-tracker&lt;/a&gt; . Un peu complexe a installer mais vu que j&amp;rsquo;avais déjà fait le gros du travail dans mes précédents post :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2020/10/draft-ubuntu-jupyter-notebook-python3-tensorflow-opencv-comptage-des-cyclistes/&#34;&gt;https://www.cyber-neurones.org/2020/10/draft-ubuntu-jupyter-notebook-python3-tensorflow-opencv-comptage-des-cyclistes/&lt;/a&gt; : (Draft) Ubuntu, Jupyter Notebook, Python3, Tensorflow, OpenCV : Comptage des cyclistes&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cyber-neurones.org/2020/10/draft-ubuntu-jupyter-notebook-python3-tensorflow-opencv-detection-des-cyclistes-et-des-casques/&#34;&gt;https://www.cyber-neurones.org/2020/10/draft-ubuntu-jupyter-notebook-python3-tensorflow-opencv-detection-des-cyclistes-et-des-casques/&lt;/a&gt; : (Draft) Ubuntu, Jupyter Notebook, Python3, Tensorflow, OpenCV : Détection des cyclistes et des casques&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Ce projet est bien interessant car il fonctionne avec ssd_mobilenet_v2_coco_2018_03_29 . Alors que dans le précédent j&amp;rsquo;étais avec la version ssd_mobilenet_v1_coco .&lt;/p&gt;</description>
    </item>
    <item>
      <title>(Draft) Ubuntu, Jupyter Notebook, Python3, Tensorflow, OpenCV : Détection des cyclistes et des casques</title>
      <link>https://move.cyber-neurones.org/post/2020/10/2020-10-01-draft-ubuntu-jupyter-notebook-python3-tensorflow-opencv-detection-des-cyclistes-et-des-casques/</link>
      <pubDate>Thu, 01 Oct 2020 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2020/10/2020-10-01-draft-ubuntu-jupyter-notebook-python3-tensorflow-opencv-detection-des-cyclistes-et-des-casques/</guid>
      <description>&lt;p&gt;Je fais un petit brouillon de mon installation :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Ubuntu&lt;/strong&gt; 18.04.4 LTS&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Kernel&lt;/strong&gt; 5.4.0-42-generic (uname -a)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python&lt;/strong&gt; 3.6.9 (python3 &amp;ndash;version)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Jupyter Notebook&lt;/strong&gt; 6.1.4&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;OpenCV&lt;/strong&gt; : 3.2.0&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ii  libopencv-calib3d3.2:amd64         3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Camera Calibration library&#xA;ii  libopencv-contrib3.2:amd64         3.2.0+dfsg-4ubuntu0.1   amd64        computer vision contrlib library&#xA;ii  libopencv-core3.2:amd64            3.2.0+dfsg-4ubuntu0.1   amd64        computer vision core library&#xA;ii  libopencv-features2d3.2:amd64      3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Feature Detection and Descriptor Extraction library&#xA;ii  libopencv-flann3.2:amd64           3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Clustering and Search in Multi-Dimensional spaces library&#xA;ii  libopencv-highgui3.2:amd64                    3.2.0+dfsg-4ubuntu0.1   amd64        computer vision High-level GUI and Media I/O library&#xA;ii  libopencv-imgcodecs3.2:amd64                  3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Image Codecs library&#xA;ii  libopencv-imgproc3.2:amd64                    3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Image Processing library&#xA;ii  libopencv-ml3.2:amd64                         3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Machine Learning library&#xA;ii  libopencv-objdetect3.2:amd64                  3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Object Detection library&#xA;ii  libopencv-photo3.2:amd64                      3.2.0+dfsg-4ubuntu0.1   amd64        computer vision computational photography library&#xA;ii  libopencv-shape3.2:amd64                      3.2.0+dfsg-4ubuntu0.1   amd64        computer vision shape descriptors and matchers library&#xA;ii  libopencv-stitching3.2:amd64      3.2.0+dfsg-4ubuntu0.1   amd64        computer vision image stitching library&#xA;ii  libopencv-superres3.2:amd64       3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Super Resolution library&#xA;ii  libopencv-video3.2:amd64          3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Video analysis library&#xA;ii  libopencv-videoio3.2:amd64        3.2.0+dfsg-4ubuntu0.1   amd64        computer vision Video I/O library&#xA;ii  libopencv-videostab3.2:amd64      3.2.0+dfsg-4ubuntu0.1   amd64        computer vision video stabilization library&#xA;ii  libopencv-viz3.2:amd64            3.2.0+dfsg-4ubuntu0.1   amd64        computer vision 3D data visualization library&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;TensorFlow&lt;/strong&gt; : 1.14.0 ( python3 -c &amp;lsquo;import tensorflow as tf; print(tf.__version__)&amp;rsquo;  )&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;TensorFlow&lt;/strong&gt; : 2.3.1 :&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;pip3 show tensorflow&#xA;Name: tensorflow&#xA;Version: 2.3.1&#xA;Summary: TensorFlow is an open source machine learning framework for everyone.&#xA;Home-page: https://www.tensorflow.org/&#xA;Author: Google Inc.&#xA;Author-email: packages@tensorflow.org&#xA;License: Apache 2.0&#xA;Location: /home/arias/.local/lib/python3.8/site-packages&#xA;Requires: tensorboard, gast, protobuf, termcolor, absl-py, numpy, tensorflow-estimator, opt-einsum, wheel, astunparse, h5py, google-pasta, wrapt, grpcio, six, keras-preprocessing&#xA;Required-by: &lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;les-projet-github-utilisés-&#34;&gt;Les projet github utilisés :&lt;/h3&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;git clone https://github.com/iamprahladsinghnegi/automaticDetectionOfBikeRiderDrivingWithoutHelmet.git &#xA;cd automaticDetectionOfBikeRiderDrivingWithoutHelmet&#xA;git clone https://github.com/tensorflow/models &#xA;cp -r inference_graph/ models/research/object_detection/.&#xA;cp -r test1.jpg output.jpg models/research/object_detection/.&#xA;cp -r training/ models/research/object_detection/&#xA;cp automaticDetectionOfBikeRiderDrivingWithoutHelmet.ipynb models/research/object_detection/.&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;installation-dans-le-désordre&#34;&gt;Installation (dans le désordre):&lt;/h3&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo apt-get -y install python3python-pip python-dev&#xA;sudo -H pip3 install jupyter&#xA;pip3 install numpy&#xA;sudo apt-get install python3-google-apputils&#xA;sudo apt install python3-tensorflow&#xA;pip3 install tensorflow-cpu&#xA;python3 -m pip install tensorflow&#xA;python3 -m pip install utils&#xA;sudo apt  install protobuf-compiler&#xA;python3 -m pip install matplotlib&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;important-&#34;&gt;Important :&lt;/h3&gt;&#xA;&lt;p&gt;Une fois que l&amp;rsquo;on a les deux projets il faut faire la commande ( dans automaticDetectionOfBikeRiderDrivingWithoutHelmet/models/research/ ):&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
