Javaneh Bahrami

Results 6 issues of Javaneh Bahrami

Hi all, **Description** I run a model in triton serving with shared memory and it works correctly. In order to simulate backend structure to requests to my models, I wrote...

Hi I want to fine-tune your checkpoint model named "'https://github.com/FacePerceiver/facer/releases/download/models-v1/face_attribute.farl.celeba.pt'", on my own dataset. I can't find the model structure implementation and training and dataloader python scripts. so, How can...

Hi. I downloaded the resnet50-epoch-15-valid_acc=-1-test_acc=0.9856.pt checkpoint but in inference part, I can not load it. It gives me an Error while loading: >device = "cuda:0" m = torch.load('./weights/resnet50-epoch-8-valid_acc=0.97-test_acc=-1.00.pt') m =...

could you please, add the link to the pertained model for predicting facial attributes?

Hi @CHELSEA234 When I run the inference.py file using this command: ```bash python3 inference.py --cuda=0 --pro=1 --dir=./demo/live/ --overwrite --weight_dir=./resources/save_model_siwmv2_pro_1_unknown_Ob ``` **but it gives an error :** ``` File "inference_ed.py", line...

I extracted frames from videos in OULU dataset and then run test.py but in loop over the features the evaluation failed: shape of items of my ALLDATA=[image_face_cat_reshaped, vertices_map_cat, mask_cat] is...