NVIDIA / semantic-segmentation

Nvidia Semantic Segmentation monorepo
BSD 3-Clause "New" or "Revised" License
1.76k stars 388 forks source link

sdcnet args.train_file is None #167

Open Einsturing opened 2 years ago

Einsturing commented 2 years ago

On the line 234 in main.py, the parameter root=args.train_file, but it is None. I found that args.trainfile is initialized by arg.val_file, but there is no default value. What should I set in the args?