andrewssobral / andrewssobral/simple_vehicle_counting

Running Python Demo 'module' object has no attribute 'PixelBasedAdaptiveSegmenter'

オープン
#20 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C++
スター
504
フォーク
246
PR マージ指標
30日以内にマージされた PR はありません

説明

I am having difficulties trying to get the Python Demo working. I had to change "from _-------- import ---------" lines in "build" to simply "from --------- import ---------" inorder to fix import errors. Unfortunately, I have gotten stuck at:

"from bgs.pbas import *" in the __init__.py file in the /bgs/pbas folder. When I try to run the demo file, I get
```
Traceback (most recent call last):
File "./demo.py", line 17, in
segmenter = pbas.PixelBasedAdaptiveSegmenter()
AttributeError: 'module' object has no attribute 'PixelBasedAdaptiveSegmenter'
```

I am not sure how to debug this issue.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。