Chang-Bin Zhang
Chang-Bin Zhang
I tried to accelerate my TensorFlow code by using TensorRT, but it didn't get any improvement? `in frozen_model, num of all_nodes = 893 in TensorRT_model, num of trt_engine_nodes = 0...
Hi @fangchangma , In your code, you regard the number of all pixels as "utils.nValidElement" when evaluation AbsRel and others, rather than the number of Lidar-point. Actually, I want to...
Hi @zijundeng , I have loaded your pre-trained model and inference, but I got Ber = 5.20. I have ensured that my evaluation code is right, while I used your...
Hi, Is there the training code?
Thanks for your time. I am installing detrex with developing mode, however, I encountered some issues. Here is my environment: torch=1.12.0_cuda11.3, CUDA11.3, GCC=5.4.0. I have installed detectron2 successfully, but there...
Hi, @jonahthelion and @Kevinpgalligan, how can I train the model for road segmentation?
Thanks for your help.
- In ```train.py``` line 39, what is the package of ```import efficient_transformer```? This package is not used in the code. - After comment this line, a new exception is raised...
Thanks to the authors' work. I can not find the uncertainty minimal query selection module in the pytorch code. It uses a classification score to select tokens, as shown in...