Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6401 Discussions

NCSDK on github is going opensource - current software releases moved temporarily

idata
Employee
1,036 Views

Hi,

 

Just a quick announcement:

 

The https://github.com/movidius/ncsdk github repository will be temporarily down starting 8/8/2018 and will be revived soon under a less restrictive open source license.

 

In the meantime latest versions of the software can be downloaded at these links:

 

1.12.00.01:

 

https://ncs-forum-uploads.s3.amazonaws.com/ncsdk/ncsdk-01_12_00_01-full/ncsdk-1.12.00.01.tar.gz

 

2.05.00.02:

 

https://ncs-forum-uploads.s3.amazonaws.com/ncsdk/ncsdk-02_05_00_02-full/ncsdk-2.05.00.02.tar.gz

 

Documentation remains here throughout

 

https://movidius.github.io/ncsdk/
0 Kudos
14 Replies
idata
Employee
766 Views

Man, you really could have just updated the license in the repository instead of breaking every link out there and making me scratch my head as to why I couldn't git clone/pull this. It's a little strange, and I'm unsure what the goal of removing/privatizing the repository is.

 

I thought something may have happened ala Intel Joule for a second there. I was worried. Thankfully that is not the case though.

 

When it's put back online will it be the same repository? I assume that would be a no, since it was removed?

 

[Big] props on the licensing, I'm just confused as to what making the repository private has to do with it?

0 Kudos
idata
Employee
766 Views

I fu le u, I almost doubt I was something wrong with git……

0 Kudos
idata
Employee
766 Views

you have to fix on WEB site this section

 

 

     

  1. Install NC SDK
  2.  

 

Run these commands on a terminal window

 

bla…blahhh blahh….

 

cd ncsdk-1.12.00.01

 

 

because next section you are writing and direct in this folder cd ~/workspace/ncsdk we have not ncsdk we have ncsdk-1.12.00.01 folder

0 Kudos
idata
Employee
766 Views

Thanks for the update @neal_at_intel. Would it be possible to host the existing release documentation somewhere in the meantime? It seems I can no longer refer back to the github releases page to look at existing supported operations: https://github.com/movidius/ncsdk/releases

0 Kudos
idata
Employee
766 Views

@Jay

 

Thanks for pointing this out. The release documentation will remain here:

 

https://movidius.github.io/ncsdk/

 

I'll update the original post with this as well.

 

@trevorj and everyone, I apologize for the inconvenience this may have caused. Intel has a legal team involved with all licensing decisions and this action was the required by that team. The repository should be back up soon though.

0 Kudos
idata
Employee
766 Views

ncappszoo doesn't work with ncsdk2:

 

pi@raspberrypi:~/ncappzoo/apps/hello_ncs_py $ python3 hello_ncs.py

 

Traceback (most recent call last):

 

File "hello_ncs.py", line 14, in

 

fx.SetGlobalOption(fx.GlobalOption.LOG_LEVEL, 0)

 

AttributeError: module 'mvnc.mvncapi' has no attribute 'SetGlobalOption'
0 Kudos
idata
Employee
766 Views

Hi @h.giot.

 

Be sure you get the ncsdk2 branch of ncappzoo, then it should work. Clone with this command:

 

git clone -b ncsdk2 https://github.com/movidius/ncappzoo.git
0 Kudos
idata
Employee
766 Views

Hello @neal_at_intel, by advance excuse my english, I hope it will make sense..

 

Can we get a full procedure with the new links ? I'm a total beginer on linux and it could help a lot to explain how to do everything step by step from start like before.

 

Also do you know when the problem will be solved ? Are we talking days, weeks or months when you say "soon" ?

 

Thank you !

0 Kudos
idata
Employee
766 Views

Just to check i am getting it right, Will the whole project be open sourced so if some one wanted to add a feature or somehing it can be done or the same repo but with different licenses?

0 Kudos
idata
Employee
766 Views

Hi, this repo has been temporarily down for over a month now - what's going on?

0 Kudos
idata
Employee
766 Views
Hi @neal_at_intel, When will be the NCSDK be online again? I would also like to know when do you think there will be a release for YOLOv3 running on the NCS? Kind regards, Pedro Machado Sundance Multiprocessor Technology Ltd. <pedro.m@sundance.com>
0 Kudos
idata
Employee
766 Views

We appreciate your patience while we are working on re-releasing the NCSDK on github. I don't have a release date for Yolov3 at the moment.

0 Kudos
idata
Employee
766 Views

As of October 09, 2018

 

The repository is restored with no announcement.

 

Moreover, api has been released.

 

v2.08.01

 

Apache-2.0 License

 

https://github.com/movidius/ncsdk/tree/ncsdk2

 

It seems almost nothing has changed…

0 Kudos
idata
Employee
766 Views

The NCSDK toolkit containing the three command-line tools mvNCCompile, mvNCProfile and mvNCCheck (plus tons of Python code like TensorFlowParser, CaffeParser etc.) is currently not part of the NCSDK, it's being fetched via wget during installation, together with a blob file containing the firmware. Will these be made available as open source, too?

0 Kudos
Reply