mstc-xqp
mstc-xqp
> def main(): > > ``` > net = model.A2J_model(num_classes = keypointsNumber) > net.load_state_dict(torch.load(model_dir)) > net = net.cuda() > net.eval() > > post_precess = anchor.post_process(shape=[cropHeight//16,cropWidth//16],stride=16,P_h=None, P_w=None) > > output =...
> I remove my_dataloader and enter depthTemp into dataPreprocess, then I use torch.from_numpy to make it to tensor > > def dataPreprocess(img, depth_thres=0.4): > > ``` > imageOutputs = np.ones((cropHeight,...
> If you don't to use bndbox, you may train the data by yourself, or modify the train code. I see. Can u share the train code? you train on...
> import cv2 > import torch > import torch.utils.data > import torch.optim.lr_scheduler as lr_scheduler > import numpy as np > import scipy.io as scio > import os > from PIL...
> If you don't to use bndbox, you may train the data by yourself, or modify the train code. Hi bro.Can u share the itop model or k2phd model. best...
I use ubuntu 16.04 the output is below [*] Decoding apk file to smali I: Using Apktool 2.2.3 on Sagawa_Express_Persist7_2.apk I: Loading resource table... I: Decoding AndroidManifest.xml with resources... I:...
> @Doodlera @JLU-Neal we do have MPC-based algorithm, check this example: https://github.com/FedML-AI/FedML/tree/master/python/examples/cross_silo/light_sec_agg_example. It's our new paper published at MLSys 2022: https://proceedings.mlsys.org/paper/2022/hash/d2ddea18f00665ce8623e36bd4e3c7c5-Abstract.html FedML-HE: An Efficient Homomorphic-Encryption-Based Privacy-Preserving Federated Learning System what...
> Extra env needed: `pip install tenseal` > > Test Example is at: > > > /FedML/python/examples/cross_silo/mqtt_s3_fedavg_fhe_mnist_lr_example The file does not exist
> Hi, 已上传测试数据 感谢大佬!!! 是运行test.py 就好了嘛
> 应该要改路径 > […](#) > -- ———————— 王焱乘 在 2020-11-11 15:58:46,"mstc-xqp" 写道: Hi, 已上传测试数据 感谢大佬!!! 是运行test.py 就好了嘛 — You are receiving this because you commented. Reply to this email directly,...