CameraRadarFusionNet icon indicating copy to clipboard operation
CameraRadarFusionNet copied to clipboard

Results 33 CameraRadarFusionNet issues
Sort by recently updated
recently updated
newest added

I used your dockerfile for training. test and evaluate, but I found some problems and it worked fine with some modifications.

When I run "train_crfnet.py" on multi-gpus, it occured a problem:"some thing do not have attribute", after debug, I solved it by add "cfg = cfg" to the line 131 function...

When multi_gpu=0, the network can be trained smoothly, but when I change multi_gpu=8, I get the error bellow: It seems likely the cfg cannot be passed to backbone_retinanet. it seems...

how to make my own dataset using images and radar points?

When I run the test_crf.net on Google Collab using python 3.5 and CUDA 10.0 . The following message is displayed and I dont see anything else happening ![image](https://user-images.githubusercontent.com/48070449/151599029-ec8e85ce-bdf4-4c75-ab03-00df9a942f81.png) Full error...

Thanks for making your project open-source. The paper states that that you utilized small anchor sizes for the TUM dataset (Section V A. (b)) but it doesn't specify the anchor...

![Screenshot from 2021-12-30 15-32-42](https://user-images.githubusercontent.com/70903104/147741720-e5c976b1-429c-46bd-8c91-f3d5384a31f9.png) Im getting this error, I have no idea what im doing wrong, Any help is much appreciated, Thanks

when I change the value of "network" in default.cfg file, I got the following question, how to solve it? It seems like the code works well when the value of...

ERROR: Cannot install h5py==2.7.1, keras==2.2.4, numpy==1.16.1 and opencv-python==3.1.0.0 because these package versions have conflicting dependencies. The conflict is caused by: The user requested numpy==1.16.1 h5py 2.7.1 depends on numpy>=1.7 keras...

ImportError: ../crfnet/utils/compute_overlap.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __intel_sse2_strchr I have already ran pip install -e . python setup.py build_ext --inplace Cuda 10 cudnn 7,4 Linux Any helpful suggestions?