wjy3326

Results 30 comments of wjy3326

> Sure! > This is one of the examples I tested it on. > Adidas ad [https://www.youtube.com/watch?v=DpR50O1nGNs&feature=youtu.be](url) > Below are the subtitles I generated using ASR and the corresponding captions...

> Unfortunately, I don't have the code for this, as I switched to the BMT code provided by @v-iashin (https://github.com/v-iashin/BMT#single-video-prediction). Thanks for provide the code, how about the result of...

Traceback (most recent call last): File "train.py", line 76, in main(config, args.resume) File "train.py", line 50, in main trainer.train() File "/u01/isi/wangjunyan/FOTSPyTorch-master/FOTS/base/base_trainer.py", line 79, in train result = self._train_epoch(epoch) File "/u01/isi/wangjunyan/FOTSPyTorch-master/FOTS/trainer/trainer.py",...

i use the faster rcnn in https://github.com/jwyang/faster-rcnn.pytorch, i changed some code, and use the code https://github.com/ChenRocks/BUTD-UNITER-NLVR2/blob/master/tools/generate_npz.py.

同问,你知道答案了吗

您好,我是一名研一的学生,对您的研究非常感兴趣,代码能分享一下吗?谢谢!我的邮箱是[email protected]

你的检测结果是好的吗,为什么我的检测结果很差,可以邮件交流吗?[email protected]

pymilvus 2.0.2 milvus cannot support String schema. I set the schema: fields = [ FieldSchema(name="news_id", dtype=DataType.INT64, is_primary=True, auto_id=False), FieldSchema(name="news_cateory", dtype=DataType.String), # string: DataType.VARCHAR FieldSchema(name="news_pubtime", dtype=DataType.String), FieldSchema(name="news_heat", dtype=DataType.INT64), FieldSchema(name="embeddings", dtype=DataType.FLOAT_VECTOR, dim=100)...

哦,您的意思是不知道entity_id对应的实体到底是哪个吗?只知道id吗?那怎么确定新闻中出现的实体对应的是哪个id呢?还想请问有公开的中文或英文知识图谱可以下载吗?就是有实体关系三元组的知识图谱?谢谢!