Rejnald Lleshi
Rejnald Lleshi
@pandababyer How did you recompile & install it with `FFmpeg` supported? `zzopencv.sh` indeed has `-DWITH_FFMPEG=ON \` and I supposed that the other dependencies which you say might not be installed...
I had written a multimodal_demo script some time ago that late fuses the scores of rgb-, skeleton- & audio-based models. Does it make sense to make a PR out of...
Add output predictions as JSON in `long_video_demo.py` (currently, only video is supported). #862 I have implemented this but need to polish it so that it's clean and similar to the...
I am not so sure what you mean by "appropriate"? I guess, what you can do is, look into all the layers of a model and pick one to visualise....
> BTW, since confusion matrix is a matrix, we can not say one matrix is better than another. Try to add some assertions to make sure `confusion_matrix` is not used...
@ttxskk you would like me to resolve them or is it something you need to do?
Yes, but it is trying to allocate 113 GB of memory.
You've got to install the correct version of `torch3d` based on python, cuda & torch versions. Find it based on this: `https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{py38_cu101_pyt160}/download.html` More details are in the installation instructions of...
Yeah, you are right, the problem seems to be referencing local files. Thanks for the suggestions
@tfederico found a way?