cuiyb
cuiyb
Hi, I've seen problem #1480 , but the setting seems only works for boxes in a single frame not the continuous frames. How could I set it in continuous frames...
I first run `python -m pointnet2.train.train_cls` under `python 3.6.8`, and there is an error: > ImportError: Could not import _ext module. > Please see the setup instructions in the README:...
Hi! Thanks for your work! I'm new to object tracking,I git the code and can use it with `demo-sequence/folder` which contains many images,my question is , how to use this...
some errors when I make the code, such as: `/home/zqk/code/tool/point-cloud-annotation-tool/visualizer.cpp:87:14: error: ‘type’ does not name a type for(auto type : *(Annotation::getTypes())){` `/home/zqk/code/tool/point-cloud-annotation-tool/visualizer.cpp:99:5: error: expected ‘;’ before ‘ui’ ui->groupBox_Types->setLayout(layout);` how to...
I'm try to input a tensor with the size of `(1, 3, 256, 256)`, after many conv2d and maxpool, the centre feature size is `(1, 256, 8, 8)`, and the...
I wrote these in CMakeLists.txt: `set(Caffe_DIR /home/zqk/caffe)` `set(Caffe_INCLUDE_DIRS /home/zqk/include)` and `cmake ..`,but here are my error: `CMake Error: The following variables are used in this project, but they are set...
I compiled GOTURN with no errors (CPU only), and I downloaded the VOT datasets,and run `bash scripts/show_tracker_test.sh vot2014`, but get this: `Setting up Caffe in CPU mode` `Setting phase to...
I notice that `SoftGroup` is very similar to `PointGroup`, the main difference lies in two points: 1. `PointGroup` uses one-hot semantic results from the semantic branch but `SoftGroup` uses softmax...
Could you please provide any trained models to evaluate directly?
when set fp16=True, there is an error about `_unflatten_dense_tensors`: ``` TypeError: unflatten_dense_tensors(): argument 'tensors' (position 2) must be tuple of Tensors, not generator ``` Is this due to the version...