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
Traceback (most recent call last):
File "C:/Users/Admin/Documents/code/BiPointNet/scripts/main.py", line 31, in
cfg, stem = parse_cfg(args.cfg)
File "C:\Users\Admin\Documents\code\BiPointNet\utils\utils.py", line 96, in parse_cfg
with open(path, 'r') as f:
TypeError: expected str, bytes or os.PathLike object, not NoneType
May I ask which file path is imported by the ‘cfg’ parameter? Looking forward to your reply, thanks!
The text was updated successfully, but these errors were encountered:
I met the following error while running the code:
Traceback (most recent call last):
File "C:/Users/Admin/Documents/code/BiPointNet/scripts/main.py", line 31, in
cfg, stem = parse_cfg(args.cfg)
File "C:\Users\Admin\Documents\code\BiPointNet\utils\utils.py", line 96, in parse_cfg
with open(path, 'r') as f:
TypeError: expected str, bytes or os.PathLike object, not NoneType
May I ask which file path is imported by the ‘cfg’ parameter? Looking forward to your reply, thanks!
The text was updated successfully, but these errors were encountered: