feimengjuan
feimengjuan
Hi, in this code, the video features is extracted using resnet,but I don't know if the features are extracted for one by one frame and what is the number of...
In the paper, the weight of unsup_loss is set to 1 to comput the whole loss,but in your code, the weight of unsup_loss is set as ratio_unsup=5.0. For example, https://github.com/ildoonet/unsupervised-data-augmentation/blob/master/train.py#L71...
In the 'volumetric_apply' function of 'ops.py' file, the return values are 'vid_1' and 'vid_2', but I find that 'vid_2' is not defined.
In data/LQGT_hallucination_dataset.py", line 45, in __getitem__ mask = util.read_npy(mask_path) AttributeError: module 'data.util' has no attribute 'read_npy'
作者,你好,请问config.yaml文件在哪里呢?