Husan
Husan
@layumi Hi. May I ask you something again? I would like to use my own previously trained model as a pre-trained model. Let's say I have `SE_imbalance_s1_128_p0.5_lr2_mt_d0_b24+v+aug_20220701` already trained model....
Hello @layumi @miraclebiu. Thank you for work once more. I have a question about training camera-aware model. There is nothing said about in the README. Could you please give me...
I am confused how to provide `cropped_aicity` folder. Should I make cropped images folder structure as we do with test_data? my test_data structure is: `test_data/gallery/im_test` and `test_data/query/im_query` When I run...
I am facing following error when run `pip install -v -e .` I have tried to look on the internet but haven't found any solution. Anyone could help? Thanks error:...
How can we convert to .pt model by pytorch jit?
Having problem while training tinaface. I have tried to change batchsize but I could find where I can reduce batchsize? Or is there any other way to solve 'out of...
TypeError: empty(): argument 'size' must be tuple of ints, but found element of type float at pos 2
Hi @elistevens I am trying X_video_cockatoo.ipynb but I got an error as following: --------------------------------------------------------------------------- ```python TypeError Traceback (most recent call last) in 1 n_channels = 3 2 n_frames = meta['nframes']...