kaishijeng

Results 32 issues of kaishijeng

I use your sd image and build a OpenAdas from the master branch. When I run ./OpenADAS, I got a crash below: Loading TensorRT engine file at: models/traffic_sign/traffic_sign_classification_resnet18_64.engine 15 TensorRT...

@foolwood I noticed model size after finetuning is the same as the original model size. Shouldn't the size be the same as the pruned model? Thanks,

I got maximum recursion depth error when I run the following demo.py: python3 demo.py -i test.jpg --cfg config/yolov3_baseline.cfg -d COCO --checkpoint YOLOv3-mobile-asff.pth --asff -s 416 /home/test/anaconda3/envs/detectron2/lib/python3.6/site-packages/torchvision-0.5.0a0+1e857d9-py3.6-linux-x86_64.egg/torchvision/io/_video_opt.py:17: UserWarning: video reader based...

Current code saves the result as HDR image. How can I convert to a LDR and save it for display? Thanks, Kaishi

Just curious, If we replace squeezenet with mobilenet on squeezedet model, are we going to have speed performance gain compared with SqueezeDet? Any idea of squeezeDet speed vs MobilenetSSD (just...

When I ran python ./src/demo.py, i got the following error: Traceback (most recent call last): File "./src/demo.py", line 217, in tf.app.run() File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 44, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough))...

I want to use mx.model.FeedForward.load to load pretrained model, but it needs ilsvrc-cls_rna-a1_cls1000_ep-symbol.json. Can you share ilsvrc-cls_rna-a1_cls1000_ep-symbol.json if you have one available? Thanks,

I use the following script to do training: python3 train_mvod_basenet.py --datasets /home/sma/2TB/VID2015/ILSVRC/Data/VID --batch_size 60 --num_epochs 30 --width_mult 1 But got errors below: 2019-12-07 00:37:48,954 - root - INFO - Namespace(base_net_lr=None,...

I tried to run ssd with mxnetonacl and got an error when running python ./demo.py --cpu See details of the issue from the link below https://github.com/OAID/mxnetOnACL/issues/4 Any idea why this...

I follow the instruction of example/ssd and run python demo.py from example/ssd directory and got an error below. My platform is firefly 3399. Is there a reason which ssd example...