Ltm
Ltm
你好,文中提到了有些节点有可能是几个图共有的,请问当前的情况,这种共有节点的两个子图之间是不是只有包含关系,按照论文算法流程并不存在交叉的关系,对么,谢谢
here is the results from the original test.py on Tesla V100(32G):  torch.Size([1, 3, 1280, 736]) time up?: 0.05096149444580078 time up?: 0.04998612403869629 time up?: 0.05093955993652344 time up?: 0.05080008506774902 time up?:...
hello, there is no demo that shows how to use the trained model to inference,and I found it is not so easy to rewrite the deprecated test function. I use...
请问 关于pytorch的代码有计划开源么,谢谢
你好,请问这篇论文的思路或者采用的gcn与graphsage的具体区别在哪个地方,请教一下创新的具体点,谢谢
你好, 在训练数据中会存在开放集的目标,在论文中提到了这个问题,但关于这部分数据的处理没有很理解,这部分是算作背景了么,会不会影响推理时候对这一类数据的置信度,麻烦稍微解释一下这部分的处理过程; 另外,如果在训练过程中把close set中的类别均标成一类,这样对训练会有影响么? 谢谢
hello, bellow is the sample before huggingface https://huggingface.co/docs/transformers/main/en/model_doc/blip#transformers.BlipConfig ``` from PIL import Image import requests from transformers import AutoProcessor, BlipModel model = BlipModel.from_pretrained("Salesforce/blip-image-captioning-base") processor = AutoProcessor.from_pretrained("Salesforce/blip-image-captioning-base") url = "http://images.cocodataset.org/val2017/000000039769.jpg" image...
hello,there is not the file icdar.py......
hello, 请问生成lsvt四点坐标虽然是顺时针的,但是起始点确不固定,这个有判断逻辑么,谢谢
 这里的index有可能会重复自增,导致生成图片的数量与设置不同 此外config.yaml中的text_img_output_dir, text_img_info_output_dir两个参数没有实际作用吼