Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error while training segnet on generated label masks #2

Open
Vaishnvi opened this issue Aug 14, 2020 · 0 comments
Open

Getting error while training segnet on generated label masks #2

Vaishnvi opened this issue Aug 14, 2020 · 0 comments

Comments

@Vaishnvi
Copy link

Hi @shinh

I am facing below error in multiprocessing.pool , while training segnet -

====================
[mpiexec@vaish-GS65-Stealth-Thin-8RE] match_arg (utils/args/args.c:163): unrecognized argument x
[mpiexec@vaish-GS65-Stealth-Thin-8RE] HYDU_parse_array (utils/args/args.c:178): argument matching returned error
[mpiexec@vaish-GS65-Stealth-Thin-8RE] parse_args (ui/mpich/utils.c:1642): error parsing input array
[mpiexec@vaish-GS65-Stealth-Thin-8RE] HYD_uii_mpx_get_parameters (ui/mpich/utils.c:1694): unable to parse user arguments
[mpiexec@vaish-GS65-Stealth-Thin-8RE] main (ui/mpich/mpiexec.c:148): error parsing parameters
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/vaish/Documents/CVIT/Minimal_Supervision_Free_Space_Segmentation/superpixel-align-master/miniconda/envs/road-segm/lib/python3.6/multiprocessing/pool.py", line 119, in worker
result = (True, func(*args, **kwds))

And getting file not found error at the end while generating logs file as "args.txt" at -

File "./labels_from_segnet.py", line 29, in save_labels
train_args = json.load(open(os.path.join("/home/vaish/Documents/CVIT/Minimal_Supervision_Free_Space_Segmentation/superpixel-align-master/"+param_dir, 'args.txt')))
FileNotFoundError: [Errno 2] No such file or directory: '/home/vaish/Documents/CVIT/Minimal_Supervision_Free_Space_Segmentation/superpixel-align-master/results/train_round1_2020-08-14_13-41-36_0/args.txt'

Please find the attached logs - logs.txt

Can you please help with this?

Thanks and Regards,
Vaishnavi Khindkar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant