wss: Segmentation fault
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?
Thank you so much in advance!
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 17
Ah you are right. The one I referred to is for the overall accuracy. You should use the one you are referring to for per-class accuracy.
Yes. I think you can mainly follow the data generation of `pascal_voc_seg’. It should be straightforward to adapt to your use case.