pure-water

Results 23 comments of pure-water

I predicted it directly with the pre-trained weights (backend is mobile-net) mobilenet_raccoon.h5 from experiencor's area. I do not know how many epoch to take to get where we are now....

A side question to @experiencor . I am fairly new to training. I used to use dark-net native frame work for training as well which use a bit different annotation...

@experiencor - A further clarification on the code in frontend.py regarding to the final evaluation function evaluate. Again, I trained a bit (for raccoon dataset ) and the results seems...

I think I have a fix. Basically I just need to scale the predicate_box back to the whole size space by modifying the follow code Can I fix them in...

@experiencor I make a PR request , please merge Regards

@experiencor - Just wondering for the pre-trained weight (as mobilenet) you put on the web. How many training you did to get them ?

Thanks. I upgrade to the latest Vulkan_SDK. Now we progressed to here. FAILED: uvkc/vulkan/CMakeFiles/uvkc_vulkan_dynamic_symbols.dir/dynamic_symbols.cc.o /usr/bin/c++ -I/home/nobond/workspace/uVkCompute -I/home/nobond/workspace/uVkCompute/third_party/abseil-cpp -DVK_NO_PROTOTYPES -std=gnu++14 -MD -MT uvkc/vulkan/CMakeFiles/uvkc_vulkan_dynamic_symbols.dir/dynamic_symbols.cc.o -MF uvkc/vulkan/CMakeFiles/uvkc_vulkan_dynamic_symbols.dir/dynamic_symbols.cc.o.d -o uvkc/vulkan/CMakeFiles/uvkc_vulkan_dynamic_symbols.dir/dynamic_symbols.cc.o -c /home/nobond/workspace/uVkCompute/uvkc/vulkan/dynamic_symbols.cc /home/nobond/workspace/uVkCompute/uvkc/vulkan/dynamic_symbols.cc: In...

Any quick way to switch to Clang?

I got clang in my machine anyway already but the cmake did seem only use g++

All right. Managed to upgrade my ubuntu to gcc-10, which seems solved the compiler issue.