Haiyan Wang

Results 6 issues of Haiyan Wang

@longcw @cory8249 @crazylyf I am planing to train the YOLO2 on the SynthText dataset, so when I prepare the dataset, I need to resize the image into 416*416 and rearrange...

How do I add src folder to pythonpath?

您好,看到您说 or you can load cached roidb data of this project, and place it to src/data/ , [](可是我下载代码看了之后发现https://github.com/beacandler/R2CNN/blob/19d23828885010de4f4411c4ccd01a3032416c4e/src/lib/roi_data_layer/roidb.py#L27, 您的roidb数据的len是15000多个,可是依照我们的icdar的dataset, len(imdb.image_index)只有2000,所以您的大部分数据无法进行roidb[i]['image'] = imdb.image_path_at(i) roidb[i]['width'] = sizes[i][0] roidb[i]['height'] = sizes[i][1] 这些操作,因为i只能到2000,所以能不能麻烦您提供一下dataset, 需要里边的image信息才能train起来,或者您生成这个merged...

when I dio the sh ./lib/nvcc_compile.sh operations, I meet the folllowing errors, do you have any idea about how to solve it? /home/tensor-server/.pyenv/versions/anaconda2-5.0.1/envs/df/lib/python2.7/site-packages/tensorflow/include nvcc warning : The 'compute_20', 'sm_20', and...

@HimangiM Hi, in your command_train_cycle_nuscenes.sh file, there seems an model named model_concat_upsa_1nn_cycle_nuscenes. However, we couldn't find it in your repo. Would you mind provide it later?