lyq998
lyq998
I also meet this error. And I tested **yolov1** (in folder cfg/v1.1) on 2080 Ti (11 GB) and Tesla V100 (16 GB). Unfortunately, the error 'out of memory' is always...
Here is some log information: Parsing ./cfg/extraction.conv.cfg Parsing cfg/yolov1.cfg Loading ./bin/extraction.conv.weights ... Successfully identified 89721616 bytes Finished in 0.008398056030273438s Model has a VOC model name, loading VOC labels. Building net...
@bareblackfoot Hi, I am trying to measure the mAP of yolov1 on VOC 2007. I want to get the same mAP reported in the paper [https://arxiv.org/pdf/1506.02640.pdf](https://arxiv.org/pdf/1506.02640.pdf) which is 63.4%. But...
This warning is due to torch 0.4.1 that I used. To avoid this warning, I tried to change the version of torch to 1.1.0 and 1.5.0, however, a new error...
I have tried both versions: ` # correlation out_corr_f = Correlation(pad_size=self.search_range, kernel_size=1, max_displacement=self.search_range, stride1=1, stride2=1, corr_multiply=1)(x1, x2_warp) out_corr_b = Correlation(pad_size=self.search_range, kernel_size=1, max_displacement=self.search_range, stride1=1, stride2=1, corr_multiply=1)(x2, x1_warp) # out_corr_f = compute_cost_volume(x1,...