Nebula
Nebula
I have .BBL file (~6MB). The export csv button is not working in chrome app of Blackbox explorer.
catkin build command worked but while launching there is another error:- `ImportError: No module named 'quad_controller_rl' `
> In the config.py file, is GPU_COUNT set to 1? If it is set to 0 it will not use it But here it says 1 for CPU https://github.com/matterport/Mask_RCNN/blob/master/mrcnn/config.py#L27 Correct...
@ROSNovice As it says in line 248. Change it `param = np.load("newtest.npy") to param = np.load("savedmodel.npy")`