KevenLee
KevenLee
Hi, thanks for you jobs. But, would you share your training code?
When I train a yolov7x network that detects two classes, I get the following error: “ pi_aux = p[i+self.nl] IndexError: list index out of range ” here's my script: python...
Thanks for your wonderful jobs! I have some questions: 1. Have you compared it with RIFE? 2. Does the method use explicit optical flow supervision? 3. some bad cases "python...
which armadillo version should be work? I found no 'spdiags' function in armadillo-10.1.2
How to generate positive samples? Could you description it in text? Thx.
Hi, your code calc. MAE loss in file "mae_layer.cpp" Dtype asum1 = caffe_cpu_asum(count, bottom[0]->cpu_data()); Dtype asum2 = caffe_cpu_asum(count, bottom[1]->cpu_data()); Dtype loss = abs(asum1-asum2); does it approximate calculation of mae? I...
I have observed two pending tasks on your to-do list that align with my interests. May I inquire if it would be convenient for you to share the associated configurations,...
I'm here to ask for an update, when will the training code be released? May is almost over
I have a question regarding Table 6 in the paper of the magicDrive v7 version. If the training period is adopted at 2x, the difference in the cam-only results between...
The code you released does not include the training code. Is there a plan to release the training code