Stanciu Bogdan Mircea

Results 19 comments of Stanciu Bogdan Mircea

I use this in my docker-compose.yml ``` tracker: build: dockerfile: compose/opentracker/Dockerfile context: . ports: - 6969:6969 - 6969:6969/udp volumes: - ~/api_file_server/opentracker:/etc/opentracker hostname: tracker container_name: tracker ``` And the Dockerfile now...

I can also confirm this works! For now I switched my setup to install Fran's fork. If you need a file to reproduce the issue you can use this [trailer](https://drive.google.com/file/d/1-uoRJia_Hr1JIXamai_FiMK5BB5SV9-Y/view?usp=sharing)...

Myself got at least part of it to work. I have Playlists and Media models, both many-to-many in both directions (one playlist can have many media, one media can be...

> Does anyone have a workaround for accessing AssociationProxy fields? > > Edit: I gave AssociationProxy models their own nodes and linked the associated objects via one to one relationships....

The gender_emotion demo runs a bit slower for me with dlib. OpenCv is good enough and runs fast. Dlib is more accurate but a few filters can be added to...

onTopic: the first issus is cause of `gender_offsets = (30, 60)`. Guess it's there for a reason

`/src/video_emotion_gender_demo.py`.

To make things a bit dynamic in my code I use the following: for starters I know the face bounding box width and height: ``` for detected_face in detected_faces: face_coordinates...

@KJhari sorry. I did not touch this since I posted the comment and for sure don't remember what I was doing back then. project is long gone too.

Unfortunately my Java/Kotlin skills are limited to basics as I just started using this language so it's unlikely that I will be able to do PR. I will test using...