emotic icon indicating copy to clipboard operation
emotic copied to clipboard

PyTorch implementation of Emotic CNN methodology to recognize emotions in images using context information.

Results 6 emotic issues
Sort by recently updated
recently updated
newest added

There is not file loss_classes.py, so import on the line 4 is giving error. Instead of "loss_classes", "loss" should be imported

when I run this command python main.py --mode train --data_path proj/data/emotic_pre --experiment_path proj/debug_exp the main.py script is opened in notepad++ and nothing else happends Any help

Traceback (most recent call last): File "main.py", line 86, in train_emotic(result_path, model_path, train_log_path, val_log_path, ind2cat, ind2vad, context_norm, body_norm, args) File "D:\2022-next\2022-text\emotic-master\train.py", line 174, in train_emotic model_context, model_body = prep_models(context_model=args.context_model, body_model=args.body_model,...

in yolo_utils.py 316 lines if targets is None: return output, 0 else: iou_scores, class_mask, obj_mask, noobj_mask, tx, ty, tw, th, tcls, tconf = build_targets( pred_boxes=pred_boxes, pred_cls=pred_cls, target=targets, anchors=self.scaled_anchors, ignore_thres=self.ignore_thres, )...

Mean VAD Error is quite high.. I am getting below values: Continuous Valence 0.73813 Continuous Arousal 0.94274 Continuous Dominance 0.92793 Mean VAD Error 0.86960 Can you please explain any possible...