GeneralJing

Results 53 comments of GeneralJing
trafficstars

Can you provide a pytorch example that generates train_ds?

here is the code function that i use. def get_data_loader(cfg, mode='train', distributed=True): if mode == 'train': trans_func = TransformationTrain(cfg.scales, cfg.cropsize) batchsize = cfg.ims_per_gpu annpath = cfg.train_im_anns shuffle = True drop_last...

almost the same problem. a docker image from the docker hub is a better solution. can you supply it?

fast reply, thank you. here are the errors. E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/libavutil56_4.2.4-1ubuntu0.1_amd64.deb Connection failed [IP: 185.125.190.36 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/libavcodec58_4.2.4-1ubuntu0.1_amd64.deb Connection failed [IP: 185.125.190.36 80] E: Failed...

yes, i let the USE_SRC_INSIDE=true. the files listed above can be downloaded. but when going to download mmdeploy, it stucked. I commented the last few steps, and when the docker...

i think that size is normal. Users need is a correct env, the size is the second consideration.

[ 4%] Built target gtest [ 23%] Built target simulator [ 27%] Built target gmock [ 31%] Built target gtest_main [ 46%] Built target utils [ 57%] Built target simulator_spec...

after install clang-tidy, execute .sh file i got more errors.

compiler? what's the correct set? can you give me some tips?

i run the .sh file in docker container.