Duc Manh Nguyen
Duc Manh Nguyen
> Which version of keras2onnx you use? Can you pull the latest master and try? I used the latest master of keras2onnx, and the problem come out
> Which version of tensorflow? Can you specify the pretrained model so that we can debug? keras2onnx: latest version tensorflow (I tried both cpu and gpu version): 1.14.0 keras: latest...
> Which version of tensorflow? Can you specify the pretrained model so that we can debug? even I run the script from example in readme, same problem occur! (keras2onnx latest,...
> I just tried retina net and find `ValueError: get tensor value: TFNodes/filtered_detections/map/while/PadV2_2/paddings_Concat__14245 must be Const`, this error looks different from what you provided here. I will look into it...
Hi, this bug happended at line 40 in the function get_data of file "run_ebs_sampling.py" (last line in this quote) def get_data(base_name, date, obj_name, data_path, true_only=False): csv_fname = get_csv_fname(data_path, base_name, date)...
> Try find the docker process and kill it will resolve the issue: > > ``` > for pid in $(ps -ef|grep docker|awk '{print $2}'); do > lsof -p $pid|grep...
Have anyone success to get 3d bounding box with lidar data for deep learning? It would be great if you can share the data or the code to generate it....