torta24x
torta24x
@ipazc While I was using mtcnn with multiprocessing lib to do parallel inferences, the code gave an ERROR with opencv-python version 4.2.0.32 and above **Error** ``` File "miniconda3/envs/dbai/lib/python3.7/concurrent/futures/process.py", line 476,...
Sorry for the long error log, This error log is same on macos as well as ubuntu 18.04 I am using mini conda with python 3.7 **Note: It worked when...
CXX .build_release/src/caffe/proto/caffe.pb.cc /usr/include/boost/multi_index/detail/seq_index_node.hpp: In instantiation of ‘static void boost::multi_index::detail::sequenced_index_node::increment(boost::multi_index::detail::sequenced_index_node*&) [with Super = boost::multi_index::detail::ordered_index_node]’: /usr/include/boost/multi_index/detail/bidir_node_iterator.hpp:55:16: required from ‘boost::multi_index::detail::bidir_node_iterator& boost::multi_index::detail::bidir_node_iterator::operator++() [with Node = boost::multi_index::detail::sequenced_index_node]’ /usr/include/boost/multi_index_container.hpp:269:73: required from ‘boost::multi_index::multi_index_container::multi_index_container(const boost::multi_index::multi_index_container&) [with Value =...
I have trained the model on a custom dataset When I do inferencing there are multiple bbox for the same object and even after changing IOU value from 0.9 to...
Hi @markshih91 , Could you please provide a requirement.txt or tensorflow , keras version you have used for this project? I tried tensorflow :2.3.1 | keras : 2.2.0 tensorflow :1.4...