Li Rui

Results 12 comments of Li Rui

Hellow, @Catosine , I also train the code on my ultrasound dataset. My question is that the input of (32,32) is too small for me. So i set to (224,224)....

@Catosine Thank you for your advice and explanation. The PDARTS fits well on my dataset. I have a question about the update of the arch_parameters when unrolled=False. ```python def _backward_step(input_valid,target_valid):...

yes, the structure is different. The paper said we need to run many times.

Hello, could you please give me a tutorial on how to train the deep feature extractor? I can already run the tracker on my own dataset. But I need to...

@Peac12 Hi, I already got my trained yolox. But in the Deepsort, there is a tiny network named Extractor trained on some datasets to get the embedding. The extractor is...

I want to know how to draw the box when testing , so that i can find if the network focus the most import regins. The paper had a amazing...

@zhouyuangan Thank you for your help.

Maybe you lost some images, you can copy the 2014_val images to the minival2014

When I convert the onnx model to trt. I meet this problem: ```python While parsing node number 164 [Resize]: ERROR: ModelImporter.cpp:124 In function parseGraph: [5] Assertion failed: ctx->tensors().count(inputName) ``` I...

support tensorRT for fast inference