Breeze

Results 19 comments of Breeze

> 遇到同样的问题,但是解决了,是在数据制作的时候出现问题了:train.txt 里面图片的路径指定到test文件夹了。类似这样./datasets/test/img/1039_test_l.jpg ./datasets/test/gt/1039_test_l.txt 。注意检查txt文件里面的图片路径即可。 我检查了还是一样报错

`def load_data(self, data_path: str) -> list: """ 把数据加载为一个list: :params data_path: 存储数据的文件夹或者文件 return a dict ,包含了,'img_path','img_name','text_polys','texts','ignore_tags' """ raise NotImplementedError` 就这个代码,给他什么path都得引发异常的吧?

> After reading the example code, I thought it was unable to implement inpainting via this project because the author just operate the unet like GAN. In the example,it has...

modify it like this https://github.com/qfgaohao/ByteTrack/commit/1bacddccb442e2f16cb556c15948197484526e35

> I was able to work around it by git cloning from an older commit (The one on May 13, 2022). Please see [this post](https://github.com/ifzhang/ByteTrack/pull/190#issuecomment-1166476611) for your reference. The command...

> I think this issue cannot be simply resolved by adding the super().**init**() method in the STrack class. Doing so seems to lead to issue #219. Checking out at the...

> Hi @Breezewrf the _count variable is not useful..what I did was I created a self.id_count for the bytetracker class and then passed it as an argument to the function...

> Dear Author, > > Thanks for your awesome work! > > Are you willing to release the synthesized dataset for training/testing in the paper? > > Best wishes, Xiaodong...

因为如果基于yolo原来的模型继续训练,他h5大小就是两百多兆,这要怎么控制大小