xbk
xbk
``` # create a color pallette, selecting a color for each class palette = torch.tensor([2 ** 25 - 1, 2 ** 15 - 1, 2 ** 21 - 1]) colors...
DeepfashionV2 provides cloth bounding box and the corresponding attributes(aka scale, zoom_in, occlusion, viewpoint). I want to train a model that can detect cloth bounding box and corresponding box attributes at...
Nice work! I go through the model define part, and found that the auto-encoder of local feature not implement. I wonder is there any plan for this auto-encoder part? Thank...
The parameter snapshot_stride of utility.py is not identical with snapshot_iter of config.py. However, train.py actually uses snapshot_iter which makes snapshot_stride no sense. For less modifications, change the snapshot_stride to snapshot_iter.
I just start to learn DEEPID using caffe, and I wonder when I extract all pictures' 160-d features, then I need to calculate cos distance between new face(validation data chosen...
close