aurooj / Hand-Segmentation-in-the-Wild

MIT License
194 stars 38 forks source link

Assertion Failed Error while running demo_refinenet_test_example_egohands.m script #12

Open NavneetNayan opened 2 years ago

NavneetNayan commented 2 years ago

I am following the steps provided in Github repository for hand segmentation. When I ran demo_refinenet_test_example_egohands.m script, I got an assertion failed error. I am not getting how to resolve that issue. Can you please suggest some solution for this issue?

Following is the MATLAB error obtained when the above mentioned script is run.

Error using my_epoch_run_config (line 23) Assertion failed.

Error in my_net_run_epoch (line 25) net_run_opts.epoch_run_config_fn(opts, imdb, work_info, ...

Error in my_net_tool (line 71) my_net_run_epoch(opts, imdb, work_info_eva_val, net_config);

Error in roughtest_refinenet_test_example_egohands (line 110) my_net_tool(train_opts, imdb, net_config, net_exp_info);