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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Hi,
Thank you so much for your work! I'd like to try it on a different dataset and I was wondering if you could guide me through the most important things that I have to prepare to be able to run your code?
I started with the most basic thing. I created a dataset directory and downloaded the pre-created tfrecords for voc12 put them in dataset.
I wanted to try the training on one GPU, so I ran python3 train_sup.py --num_clones 1 --train_logdir logs/ --dataset_dir dataset/ but I am getting segmentation fault error. What do you think I am doing wrong?
Hi,
Thank you so much for your work! I'd like to try it on a different dataset and I was wondering if you could guide me through the most important things that I have to prepare to be able to run your code?
I started with the most basic thing. I created a
datasetdirectory and downloaded the pre-created tfrecords for voc12 put them indataset.I wanted to try the training on one GPU, so I ran
python3 train_sup.py --num_clones 1 --train_logdir logs/ --dataset_dir dataset/but I am gettingsegmentation faulterror. What do you think I am doing wrong?Thank you so much in advance!