You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: