jzx
jzx
@artest08 i have the some confused when i want add some negative dataset(without object) in could you solve this problem?
I want to only detect one class so the best dataset for me is: labeled one classs +unlabeled without one class is it right?
> When I do so and start training then we dont read the negative examples. We only read the pics which are specified in config['model']['labels']. > > Due to the...
In preprocessing.py line55: if len(img['object']) > 0: #disable the checking
> You can use my [fork](https://github.com/rodrigo2019/keras-yolo2), I already implemented this logic. But for now it is only avaliable to CSV parser, so you will need convert your xml files into...
> I didn't any kind of script to do this job, sorry @rodrigo2019 i write a script transfer xml to csv and use your fork,feed the image as the csv...
> Looks you are using a older version from my fork, because this line actually is the line 500 @rodrigo2019 i use the new master,the same error for me
> I found full_yolo_backend.h5 file from below url: > https://code.et.stanford.edu/newmans/CS230/blob/b8c3aa0a181767adb495465f7e367e99b341778f/keras-yolo2/full_yolo_backend.h5 awesome!!!thank you very much
save model like this and you can load your model ignore the ModuleNotFoundError or load your model and resave like this ``` # Construct savedict #arch = type(self.model).__name__ #state =...
> 我看视频上面勾的是第一个,勾过之后就动了,但我的不会,其他的我也勾着试了,都没反应 同样发现了这个问题,无法抓取,不知道卡在哪个地方了