MLCV

Results 5 comments of MLCV

@huangzsdy the same as you. My environment is python3.5.5 and pytorch0.3.1 `priors = priors.expand_as(pos_idx)` `print(priors[pos_idx].view(-1, 4))` and `priors = Variable(priors)` `print(priors[pos_idx].view(-1, 4))`, their results is same on pytoch-0.3.1. if use...

you can try non quantitative models,example:`python ../../tools/tvm/export_onnx_model.py --model_path ${onnx_model}_opt.onnx --img_path ${input_file}.npy --target_chip esp32s3 --out_path "." --template_path "../../tools/tvm/template_project_for_model/"`

> Ok, i'll try and share the results asap! thank you. upgrade onnx==1.13.0, It works!!!