albanie / mcnSSD

A matconvnet implementation of the Single Shot Detector
MIT License
36 stars 23 forks source link

Replace boolean() for logical() to remove Simulink dependency. #24

Closed zacr0 closed 6 years ago

zacr0 commented 6 years ago

boolean() is a Simulink function which is an alias of the logical() function, which is already built in MATLAB. If we replace it you remove the dependency from Simulink

albanie commented 6 years ago

Thanks @zacr0!