chj1933
chj1933
test
when I test, there is a error, ValueError: expected 2D or 3D input (got 1D input), please tell me how should I do.
why is it very slow to load when I want to run demo ?
please ask you where is model_weight.pth when training is over, I can,t find the final model_weight.pth , only see one ckpt.pth . whereas to test ckpt.pth , the result is...
@huanghoujing Hello, I use the train_ml.py to train, when training is over , please tell me how to test and how to save model as model.pth.tar? Thank you!
When I use my own dataset, I only use the baseline, but it's wrong. Traceback (most recent call last): File "train_baseline.py", line 346, in num_epochs=130) File "train_baseline.py", line 227, in...
@TreB1eN please tell me how to train on my own dataset ? how to deal with dataset?
@KovenYu 同学,你好!看了你的论文,自己非常感兴趣,想看看你的效果和代码,但是发现CAMEL_supervised.p打不开,同学,请问可不可以看看你这里面的源码? 祝好!
when I run sh demo.sh [INFO] Making loss... 1.000 * CrossEntropy 1.000 * Triplet [INFO] Epoch: 1 Learning rate: 2.00e-04 [INFO] Test: Traceback (most recent call last): File "main.py", line...
when I run demo, There will be ImportError: No module named faster_rcnn.faster_rcnn_cascade. there is no faster_rcnn package.