Open MyVanitar opened 7 years ago
@gheinrich
can you help Greg?
You can inspect the code in https://github.com/NVIDIA/DIGITS/tree/master/digits/extensions/view/imageSegmentation to see how we are rendering the output of a segmentation model in DIGITS.
@gheinrich
Thanks. So there is no single python file (like classification task) to get the trained model as input and handle the results, yes?
You can reuse the classification example almost entirely if you're fine with bounding box coordinates. I thought you were asking for the actual visualization of segmented areas.
@gheinrich
Actually you are right, I'm looking for the visualization of the segmented area. I thought view.py
will do the same task as classify.py
does.
@gheinrich @jmancewicz
I investigated the code a bit, but I would appreciate if you just let me where should I import the trained .caffemodel
or other necessary files in the code?
it will save a lot of time for me.
@gheinrich
reminder
Sorry I don't have time to help there.
Hello,
I've trained a segmentation model using DIGITS, but I want to run the trained segmentation model outside DIGITS. Which python files should be used for this and they are in which DIGITS folder?
BR