zhjw0927

Results 15 issues of zhjw0927

I have downloaded the lsun-bedroom dataset on the official website. Its specific directory structure is as follows. ![Screenshot from 2022-07-04 05-56-36](https://user-images.githubusercontent.com/42128459/177131203-9867d269-6085-41fd-becf-945dc54f4b4f.png) ![Screenshot from 2022-07-04 05-56-42](https://user-images.githubusercontent.com/42128459/177131211-e61f8c58-4dd3-4cdf-a712-3b1eb674222c.png) Its suffix is mdb, which...

I'm new to tracker. No knowledge of the data set used in the evaluation. Why do you need to use the training data set when evaluating? and test data not...

I have a question. In inference stage, I want to set batch to four, processing four channels of video at the same time. How should I do? Thank you !

I really don't understand such complex regular expressions. Can you explain it to me? re.compile( r'^(.*denselayer\d+\.(?:norm|relu|conv))\.((?:[12])\.(?:weight|bias|running_mean|running_var))$') Thanks!

why need ground_rect.txt in video_dir when running demo? can provide a sample of ground_rect.txt? In addition, ground_rect.txt only need label of first frame, or label of all frames? Thank you!

我想请问下数据集的目录形式,和这段代码是什么意思? if isinstance(list_file, list): # Cat multiple list files together. # This is especially useful for voc07/voc12 combination. tmp_file = '/tmp/listfile.txt' os.system('cat %s > %s' % (' '.join(list_file), tmp_file)) list_file...

why dim_x=7, dim_z=4 in __init__? I think dim_x should be 8, so [cx,cy,w,h,vx,vy,vw,vh] have 8 attribute. and, dim_z=4 means what? Thank you!

Very good work! how to add the wechat group? Thank you!

There is indeed bug in using yolov7 to train custom dataset. It is the same with issue#511. Custom dataset has more than 1.8 million images and labels and has four...

leave a star! xixi~