MultiNet
MultiNet copied to clipboard
How to evaluate my own trained model?
Hi,
I've trained a MultiNet2 (segmentation and detection) model. I was wondering how I can evaluate it on the validation set?
There is no evaluate.py in the root folder. I tried to run the evaluate.py in the submodule folder but didn't succeed. Perhaps I missed something. I'd appreciate it if you could give me some instructions. Thanks.
Actually, I got evaluation results in the log file when training the model. But there are "raw" and "smooth" results. Which one shall I use? Thanks.