Yiman-GO

Results 11 comments of Yiman-GO

I have tried print(roidb[i][b'gt_overlaps']), got "shape not found" too. Does anyone know why?

@souryuu Thanks for your code! I tried your code following the 'README.md' but error happened. It said:"IOError: [Errno 2] No such file or directory: './output/mask_rcnn/est_imgs/train_est_0.jpg' " From train.py I could...

@AliceDinh Captions files are for generating a sentence to describe the image. For image caption.

@LvJC I met this problem too. Have you solved this problem? If have, please tell me. Thanks~

@LvJC I want to use the pretrained model 'res50', so i use: saver = tf.train.import_meta_graph(pretrained_meta) saver.restore(sess, pretrained_ckpt) Then it told me that the first sentence lead to :'ValueError: At least...

@LvJC ok. I will try it later. Now, I met a new problem. I converted my data to the byte(same with cifar10), but when i start to train, it told...

@GabrielXia I tried but it doesn't work. Can I have a look at your code? I am confused where to add the code. Also, have you had an implementation on...

There is occlusion data in MPI dataset.

And when I use this code, I got ridiculous results.The pictures are full of dots of different colors. I can't see any objects from the styled image. Have you got...

试试 AutoTokenizer.from_pretrained(Qwen_VL_Chat_dir, local_files_only=True,trust_remote_code=True)