Fu-Hsiang Chan
Fu-Hsiang Chan
Hi @qiqzhang, If you want to test on your dataset, you must have the 3D location of the object. In the project, I don't implement the method which the paper...
Hi, Your command should be “python main.py --mode train --gpu 0 --image training/image_2/ --label training/label_2/. --box2d training/label_2/" model -> mode
Hi @CindyHXH, This was the different version bug. I had uploaded the new model, and you can try it again. Thanks
Hi @CindyHXH, My model of features extractor is missing, so you can directly use Faster-RCNN with MSCOCO pre-train model to extract the feature. But the accident model needs to retrain...
Hi @CindyHXH , I use one hot encoding to encode the label, and 0/1 mean no accident/ has accident. Sorry, I feature extraction code is missing, maybe you can do...