pytorch-material-classification
pytorch-material-classification copied to clipboard
Material Classification with Convolutional Networks in PyTorch
Excuse me, why is the GTOS dataset I downloaded 39 classes, while the GTOS written in the paper has 40 classes? What is the reason? Is the link I downloaded...
Hi, the output_features in network.py under experiments/gtos.tean.mobilenet/ is taken as 'nclass' in the __init__ function. so in line 11, the output_features parameter in nn.Linear should also be 'nclass' instead of...
Hi, new to pytorch and everything, how would I go about using the pre-trained model?