-
Thanks for your great work!
I am doing some research on 3D MRI data, and I construct 3D CNN model with RNN model as well. I want to visualize the hidden layer of the 3D CNN model and the RNN layer. I…
-
First of all, thank you so much @frgfm for this great library (saves us a ton of time and is very accurate). Great work, Keep it going!
I'm trying to generate CAMs for a 3D Resnet-34 model through…
-
Example command:
```bash
donkey tubplot --tub=data/ --model=models/pilot_24-06-10_4.h5 --type=rnn --limit=30000
```
Results in error:
```python
Traceback (most recent call last):
File "/home/…
-
Hi! Is it possible to use these proxies for 3D CNN architectures or i have to modify these proxies to make it compatible with 3D CNN models? Thanks
-
describe how video processing models helps education focusing on 3D CNNs and RNNs with CNNs
-
define the role of Video Processing Models in healthcare, focusing on **3D CNNs** and **RNNs** with **CNNs**
-
We should have a minimal, fast-running application code for integration testing. Should finish training in seconds.
Check if the NVFlare examples contain something suitable for this purpose and if it…
-
Discuss briefly how Video Processing Models in AI helps in Art and Creativity industries, focusing on 3D CNNs and RNNs with CNNs
-
## Tasks
- [x] Video classificaiton
* [x] 2D CNN (RGB, Two-stream CNN)
* [x] 3D CNN (I3D)
* [x] TSN sampling
- [x] Temporal Action Detection
* [x] SSN
* [ ] TAG proposal (v0.2)
*…
-
Traceback (most recent call last):
File "main.py", line 161, in
p.start()
File "/home/fh/3D-Local-CNN-for-Gait-Recognition/solvers/solver.py", line 55, in start
return mode()
File …