VYRION

Results 8 comments of VYRION

@fbas-est @bjutlss I run the gen_obj_info.py which is in /FFB6D/ffb6d/utils/dataset_tools it generate 4 txt file , i rename myobject_ORB_fps.txt to my myobject_8_kps.txt

@kaylode i think this one is not bad https://github.com/WZS666/Yolov5_DeepSort_SpeedEstimate/blob/main/track.py ,i study it little bit . can you use please?

how ? saving your data asRawData in root?

@GenericP3rson i tried a lot but i did not success , and also i work with 2 class not 4 , can you please give me little hints

> @glenn-jocher thank you so much for a very quick response, very useful suggestions, it helped to resolved the issue! i've checked that Colab used albumentations for image preprocessing during...

@glenn-jocher @BeataK2 i use this code it do classification but the accuracy of class is low , i mean , when classify class is classify correctly but with low accuracy...

@cnyvfang thank you i add this line `im0 = np.array(im0, dtype=np.float32)` ` im0 =im0s.copy() im0 = np.array(im0, dtype=np.float32) annotator = Annotator(im0, line_width=line_thickness, example=str(names))` The input screen is showing up but...