ouyang11111

Results 7 comments of ouyang11111

I have solved,the code below : import cv2 import json import os # path 为eiseg的json标注文件 save_file为保存待转labelme的标注文件 image_file 标注数据的对应图片文件 path = "./eiseg_annotation/" # avoid os miss match linux / win \...

> ```python > # > # demo.py > # > import argparse > import os > import numpy as np > > from modeling.deeplab import * > from dataloaders import...

finally successed , first copy code from https://github.com/jaemin93/pytorch-deeplab-xception/tree/master then rewrite the config.json such as "backbone"must be xception" "data_path""save_path""model" the path use absolute path finally run inference.py you will get a...

I can run only in your own .pth while trained myself's (pascalVOC) it failed return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] Traceback (most recent call last): File "/home/55/yolox-deepsort-main/000.py", line 50, in...

> Can you tell me how to solve this problem?This error occurs in File "../mix-unmix/mum/engine/trainer.py", line 814, in resume_or_load self.model._sync_params_and_buffers()",I tried to change it to ”self.model.module._sync_params_and_buffers()",but it occurs anthor error...

> Hello, I would like to consult about model weights. I can't find model weights from those provided links, except c2f_log.txt. hello I need vgg16_caffe.pth but the link here is...