JagdishKolhe

Results 4 comments of JagdishKolhe

I think danfojs has some tight integration of index values while querying. Please try to resent the index, it might solve the issue. let df1 = df.query(.... df1.resetIndex({ inplace: true...

@BloodAxe Please check the code for the method convert_to_onnx in conversion.py (line no 84) It says that input_shape argument to the function will be deprecated in future. if input_shape is...

I appreciate with your/teams efforts for reimplementing mAP in more efficient manner, but I have an requirement, for research purpose which you exactly mentioned above. So, Can you please give...

predict function is going to be very slow, as predicting image one by one. can we have a function which takes output of last layer and converts it in coco...