mxagri
mxagri
I have the same question
I also get the same error when trying to load in a pre-trained model. I just added -l "my model folder"/ckpts/iter-xxxxx to the training script. Any suggestions would be appreciated
Hi, I have gotten a bit further and am able to get the predictions by iterating 1 step at a time through the hdf5 file and logging results to a...
I have sorted it - The code is below. It may contain some unnecessary lines from the training code ```python #!/usr/bin/python3 """Validation On Classification Task.""" from __future__ import absolute_import from...
I get the following warning during the build... ```` Scanning dependencies of target bluenotebook [ 9%] Building CXX object CMakeFiles/bluenotebook.dir/home/niall/Downloads/Downloads/PointCloudAnnotationTool/src/BNModel.cpp.o cc1plus: warning: /home/niall/Downloads/Downloads/PointCloudAnnotationTool/prj/../src/includes/BNState.h: not a directory cc1plus: warning: /home/niall/Downloads/Downloads/PointCloudAnnotationTool/prj/../src/includes/BNModel.h: not...
Thanks for your reply. Making a tool like that makes sense for speeding up the process. Does the drone have to have tracking ability or is its position inferred from...