Cheni Chadowitz

Results 12 issues of Cheni Chadowitz

…applying a softmax to the model output (default enabled) Note: not sure if `_module._softmax_preprocess` (see torchmodule.h) is the right place to store this value, happy to move it around if...

Update to fix some dlib regressions, and update the dlib version (which also fixes one new issue with opencv4). This should be merged after https://github.com/jolibrain/deepdetect/pull/1448.

From the [conversation](https://gitter.im/beniz/deepdetect?at=5f2c6624a541217404e4a619) in Gitter, it would be helpful if object detection that produce bounding boxes like `words_detect_v2` could somehow be filtered to output the top or best N detections....

type:enhancement

Opening an issue to track the discussion. If I use the same name for a chain while calling it repeatedly (sometimes from multiple threads, so simultaneously), I sometimes get a...

type:enhancement

#### Configuration - Building on Ubuntu 18.04 in docker, CPU only, with Caffe+TF enabled. - Deepdetect v0.9.5 #### Steps to reproduce the problem: ``` cmake .. -DUSE_TF=ON -DUSE_TF_CPU_ONLY=ON -DUSE_DLIB=ON -DUSE_DLIB_CPU_ONLY=ON...

build:compilation

Creating an issue to track the investigation into why the confidences differ when using the provided [python script](https://github.com/yahoo/open_nsfw/blob/master/classify_nsfw.py) (uses `pycaffe`) to classify images with the Yahoo open NSFW model and...

#### Configuration - Version of DeepDetect: - [x] Docker - Commit (shown by the server when starting): `754dedc7d23f6cf75dde15775f73f4aa95641e76`, but based on code review also present in most recent commit in...

type:bug

I had a scenario where I wanted the slack-machine to process message events for `message_changed` subtypes. The issue is that when the event subtype is `message_changed`, the `text` and other...

Creating this to track the problem described here: https://gitter.im/beniz/deepdetect?at=6308cbb5f4d7a323de92e248 In short, Torch v1.12 requires `libcupti*` libs but the `nvidia/cuda:11.6.0-cudnn8-runtime-ubuntu20.04` docker image doesn't include them (although the `nvidia/cuda:11.6.0-cudnn8-devel-ubuntu20.04` docker image _does_)....

Added basic script to trace HuggingFace Transformers models based on https://huggingface.co/openai/clip-vit-large-patch14-336 Note: this does require patching `transformers/models/modeling_clip.py` as noted in the comments. Without the patch, the values are traced to...

ci:skip-tests