User Portlet User Portlet

Discussions
I have a questions which i am trying to solve. I would like to take a set of 2000 images, find out the HOG descriptors of the images and save the vectors in the form of a jpg for all the images. I have found the following sample which takes a...
I have a few RGB images in a folder which i would like to convert to grayscale. I have been able to convert them individually but i am unable to convert all the images in the folder at one go. I have tried to implement ColorConvert and ColorSpace...
I would like to import images from a folder, pass them through the GradientOrientationFilter and save the output image in another folder. I have tried many ways but was unsuccesful at doing it. I am able to manually drag a single image apply the...
I am using the NetTrain and i want to plot the graphs that i see during the training that takes place and also the batch loss and round loss. I saw the documentation and found something about NetTrain[net, data, prop] where prop has various...