FightForCS
FightForCS
This might help ``` from PIL import Image from reid.utils.data import transforms as T import numpy as np normalizer = T.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) test_transformer = T.Compose([ T.RectScale(height=256,...
@Frandre have you solved the training problems? I am also facing the same problem, the model is not converged.
@Ai-is-light Hi, where is the added loss log? Thanks
@guozhongluo so, what is the purpose of this repo? To design a smaller network??