Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1624 Discussions

Industrial Worker Safety - Object Detection missing mobilenet-ssd.caffemodel

advanchip
Novice
4,901 Views

I am taking 

Intel® Edge AI Developer Certification

 

When ran "!downloader.py --name mobilenet-ssd -o raw_model" and got the error message 

"

========== Downloading raw_model/public/mobilenet-ssd/mobilenet-ssd.caffemodel
... 0%, 90 KB, 598 KB/s, 0 seconds passed
########## Error: Downloaded file is shorter (92238 B) than expected (23147564 B)

FAILED:
mobilenet-ssd"

I only find mobilenet-ssd.prototxt , but not mobilenet-ssd.caffemodel in raw_model/public/mobilenet-ssd directory.
Please see attached and let me know how to get mobilenet-ssd.caffemodel in raw_model/public/mobilenet-ssd directory.
Thanks.

 

0 Kudos
1 Solution
elaxman
Beginner
4,399 Views

Thank you, I followed the step and fixed the issue.

 

 

1. Copy the two  files

copy "https://github.com/chuanqi305/MobileNet-SSD/blob/master/deploy.prototxt" to
"raw_model/public/mobilenet-ssd/mobilenet-ssd.prototxt"

copy "https://github.com/chuanqi305/MobileNet-SSD/blob/master/mobilenet_iter_73000.caffemodel"
to "raw_model/public/mobilenet-ssd/mobilenet-ssd.caffemodel"

 

2. Comment the line

# !downloader.py --name mobilenet-ssd -o raw_model

elaxman_0-1634450274867.png

 

3. Proceed 

View solution in original post

0 Kudos
16 Replies
AndrewG_Intel
Moderator
4,887 Views

Hello @advanchip

Thank you for posting on the Intel® communities.


We understand that you have some inquiries regarding Intel® Edge AI Certification. We have a forum for those specific products and questions so we are moving it to the Intel® DevCloud for Edge Forum so it can get answered more quickly.


Best regards,

Andrew G.

Intel Customer Support Technician


0 Kudos
ChrisB_Intel
Moderator
4,863 Views

Thank you for the report. We are currently experiencing issues with mobilenet-ssd. It is currently being investigated. I will let you know when it is resolved, please let me know if you have any other concerns in the mean time.


Thanks

Chris



0 Kudos
advanchip
Novice
4,842 Views

Hi Chris,

 

Any idea how long it will take to resolve?

Thanks.

0 Kudos
ChrisB_Intel
Moderator
4,810 Views

Apologies for the delay. I do not have an ETA, it appears to be a download issues with model Zoo, we are trying to find a solution currently.


Thanks

Chris



0 Kudos
ChrisB_Intel
Moderator
4,770 Views

Apologies for the continued delay. We are still working on resolving this issue. However, you can download the file from here:


https://github.com/chuanqi305/MobileNet-SSD


Then upload it, and it should work fine.  


Please give it a shot and let me know if that works for you.  


Thanks

Chris



0 Kudos
Pubudu_G_Intel
Employee
4,746 Views

This error is still corrected at the Intel model zoo ? 

0 Kudos
ChrisB_Intel
Moderator
4,721 Views

Pubudu_G_Intel,


yes, there is still a problem downloading from Model Zoo. The workaround mentioned in the thread is the only current solution. Something more permanent is being worked on.


Thanks

Chris



0 Kudos
ChrisB_Intel
Moderator
4,700 Views

This issue should be resolved in the samples. Please take a look and let me know if you run into any issues.


Thanks

Chris



0 Kudos
advanchip
Novice
4,695 Views

The issue still exists in both Certification Program and Tutorials. Please see attached screenshots and help fix it.

 

Thanks

0 Kudos
ChrisB_Intel
Moderator
4,611 Views

Thanks for the feedback, I had tested several of the other ones, but not this one. I am investigating.


Thanks

Chris



0 Kudos
ChrisB_Intel
Moderator
4,499 Views

Apologies for the delay on this. I have opened a bug with engineering on the tutorials.


Thanks

Chris



0 Kudos
advanchip
Novice
4,481 Views

My Intel® Edge AI Developer Certification is still not working too.  Please see attached and open a bug on the certification program too.

Thanks.

0 Kudos
ChrisB_Intel
Moderator
4,450 Views

The object detection tutorial should be now working as well. Please give it another shot and let me know if you run into any problems.


Apologies for all the problems you have run into.


Thanks

Chris



0 Kudos
JNorw
Beginner
4,435 Views

I just competed that object detection part in the training.  I opened a terminal in devcloud and  did

git clone https://github.com/chuanqi305/MobileNet-SSD

then copied the deploy.prototxt and mobilenet_iter_73000.caffemodel  to the raw model folder that the exercise used in that download execution.  I renamed them to the names it was looking for.  I commented out the download.

Then the model conversion to IR and the rest of the steps ran as expected in the certification ipynb.

0 Kudos
elaxman
Beginner
4,400 Views

Thank you, I followed the step and fixed the issue.

 

 

1. Copy the two  files

copy "https://github.com/chuanqi305/MobileNet-SSD/blob/master/deploy.prototxt" to
"raw_model/public/mobilenet-ssd/mobilenet-ssd.prototxt"

copy "https://github.com/chuanqi305/MobileNet-SSD/blob/master/mobilenet_iter_73000.caffemodel"
to "raw_model/public/mobilenet-ssd/mobilenet-ssd.caffemodel"

 

2. Comment the line

# !downloader.py --name mobilenet-ssd -o raw_model

elaxman_0-1634450274867.png

 

3. Proceed 

0 Kudos
advanchip
Novice
4,305 Views

I followed the above instruction, it worked now.  Thanks

0 Kudos
Reply