Fast_Dense_Feature_Extraction
Fast_Dense_Feature_Extraction copied to clipboard
dimensions of the ouput
the SlimNet has a 3-dimensions output with shape (-1, imH, imW) now. but if we have a batch of images for input, should the net have output with 4-dimensions ? like(batch_size, -1, imH, imW)?
thanks.
the SlimNet has a 3-dimensions output with shape (-1, imH, imW) now. but if we have a batch of images for input, should the net have output with 4-dimensions ? like(batch_size, -1, imH, imW)?
thanks. I met the same problem, did you solve it?