Skip to content

Commit e187584

Browse files
Merge pull request #11 from Aditya-Innovacious/main
Fix for GPU driver error handling
2 parents d6ad017 + 5f5234c commit e187584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example1-sim3D/Perception/PoseMaskRCNNModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function setupImpl(obj)
8888

8989
try
9090
obj.Net = posemaskrcnn(obj.NetName);
91-
catch
91+
catch ME
9292

9393
blockPath = 'IntelligentBinPicking/Object Detector/PoseMaskRCNNModel';
9494
if contains(ME.message, 'Graphics driver is out of date')

0 commit comments

Comments
 (0)