victor-yudin
victor-yudin
> decrease the calibration images to ~100 Thank you! It helped.
> Hi Can you reproduce this error on yolox_s? MMDetection did not provide a checkpoint of yolox_l. Do you mean yolo_l config? It's inherited from yolox_s one, only sizes and...
> any idea about this issue? Tracing doesn't work in last master commits. Here is the part of code from working commit: https://drive.google.com/file/d/173Quf-Arhg1BBBxtu8KYsw3PJY1GPU0n/view?usp=sharing. I don't know it's hash, but you...
> @victor-yudin > thanks for your suggestion firstly, > i 've tried to traced the model tested with ./weights/efficientdet-d0.pth, the origin model d0. the code is followed as : >...
> the part c++ code are > > void Classfier(cv::Mat &image) { > torch::Tensor img_tensor = torch::from_blob(image.data, { 1, image.rows, image.cols, 3 }, torch::kByte); > img_tensor = img_tensor.permute({ 0, 3,...