Sebastian Cygert

Results 8 comments of Sebastian Cygert

Exactly the same here, ubuntu 16.04. (PBAS:32707): Gtk-CRITICAL **: IA__gtk_widget_new: assertion 'g_type_is_a (type, GTK_TYPE_WIDGET)' failed ../run_python_demo.sh: line 3: 32707 Segmentation fault (core dumped) python ./build/python/demo.py Not sure where this came...

You need to correctly install BGS library https://github.com/andrewssobral/bgslibrary. Firstly just run BGS library demo. Then import bgs into your code and it should load this method (you will just need...

You may want to follow this thread: https://github.com/andrewssobral/simple_vehicle_counting/issues/22 and add -fPIC in ADD_DEFINITIONS as it in that thread.

If you are also having an error: constexpr function return is non-constant than it is related to https://github.com/zengarden/light_head_rcnn/issues/58

@AndreaPisoni - can you please explain in more detail how the anchorse should be chosen using K-means, or give any link? Given I have W*H custom dataset, and X number...

Change if((trk.time_since_update < 1) and (trk.hit_streak >= self.min_hits or self.frame_count

@landiaokafeiyan If you want to see difference on max_age just follow this thread: https://github.com/abewley/sort/issues/55

Hi, did you have any luck with thining Faster RCNN? I am struggling with the same error