Integrate with TensorFlow Object Counting API
Closed this issue · 2 comments
polarbeargo commented
Integrate with TensorFlow Object Counting API
ahkhalwai commented
Solved
from utils.backbone import set_model
from api.object_counting_api import targeted_object_counting, cumulative_object_counting_x_axis, cumulative_object_counting_y_axis, object_counting, object_counting_webcam, single_image_object_counting
polarbeargo commented
Hi @ahkhalwai how you solve this issue because I run today's notebook it still can't import the utils. Please commit the all version notebook include your current file path. The original from api import object_counting_api is work #8. And this from api.object_counting_api import targeted_object_counting, cumulative_object_counting_x_axis, cumulative_object_counting_y_axis, object_counting, object_counting_webcam, single_image_object_counting
isn't a clean style writing.