About semantic segment

The video frame by frame shots - on ffmpeg

ffmpeg -i ./DJI_0012.MOV -r 1 -f image2 rgb/%05d.png
  • Put video in a folder,
  • To create a file named rgb to store the interception down pictures

Installation semantic-segmentation-editor

The directions on GitHub Semantic Segmentation-GitHub Editor-
in execution meteor npm installmay occur when the following error

npm WARN deprecated core-js@2.5.7: core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2.
npm WARN deprecated core-js@1.2.7: core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2.
npm ERR! path /Users/chenyaqian/.npm/_locks
npm ERR! code EISDIR
npm ERR! errno -21
npm ERR! syscall open
npm ERR! EISDIR: illegal operation on a directory, open '/Users/chenyaqian/.npm/_locks'

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/chenyaqian/.npm/_logs/2019-08-28T03_09_02_871Z-debug.log
cyqdeMacBook-Pro:semantic-segmentation-editor-master chenyaqian$ sudo chown -R $(whoami) $HOME/.npm

This time need

sudo chown -R $(whoami) $HOME/.npm
Released six original articles · won praise 0 · Views 108

Guess you like

Origin blog.csdn.net/vanlish/article/details/100114005