You have to do two things to fix this error
1) change this
$meta_box = new \CarouselSlider\MetaBox($carousel_metabox);
to
$meta_box = new MetaBox($carousel_metabox); this in Carousel_Admin.php Line 245
2) comment or remove this line namespace CarouselSlider; from admin/partials/MetaBox.php