C3D
C3D copied to clipboard
Classification of test sequence
Hello,
For classification of test sequences, I need to visualize the labels which should be obtained from the final layer of the prototxt file. From the following layer, now I can only see batch numbers with accuracy. Kindly suggest if am passing input text file with the test sequence information in it, then how to visualize the predictions before it calculates the accuracy.
layers { name: "accuracy" type: ACCURACY bottom: "fc7" bottom: "label" #top: "accuracy" top: "prediction_truth" }
@rohitqut I don't understand your question. Can you explain a bit more on this? What are you trying to predict, if it is classification, then simply use 'prob' as your probabilistic outputs.
I am trying to obtain same number of outputs as the inputs. The final layer shows the probabilistic outputs depending on the number of iterations provided. Kindly suggest from which layer I could able to visualize total number of outputs as similar to the number of inputs given in the network.
I also want to visualize the prediction probabilitiy result of each clip,namely,softmax layer's output. Have you solve the problem?