ActionAI
ActionAI copied to clipboard
Real-Time Spatio-Temporally Localized Activity Detection by Tracking Body Keypoints
I would like to do activity recognition on a live cctv camera. In the Read.md section it is mentioned that the deployment file has reference codes to do it, where...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.1.2 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
### System | Library | Version | | ----------- | ----------- | | Jetson Nano on Jetpack | 4.5.1 | | CUDA | 10.2 | | TensorRT | 7.1.3 |...
I got model but it has nothing and is just 2.0kB size. I think that's why I got this error running ```iva.py``` ```OSError: SavedModel file does not exist at: models/classifier.sav/{saved_model.pbtxt|saved_model.pb}```...
I am using jetson nano tx1. can you please debug this error here is my full terminal status [TensorRT] WARNING: Using an engine plan file across different models of devices...
hi, can you please tell us about the setup of your system,which versions of requirements you have used.like version of tensorflow ,cuda,etc. i am facing much errors due to miss...
Hello! Thanks a lot for your great work! When I run inference.py on Yoga weights, on video it doesn't show the bounding box of the person and does not show...
I run iva.py on Jetson Nano using this command: python3 iva.py 0 But there is an error: WARNING:tensorflow:Layer lstm will not use cuDNN kernel since it doesn't meet the cuDNN...
Hello, Just wondering if I'm missing something or if _train_sequential.py_ is currently a template? `dataset = pd.read_csv('data/data.csv', index_col=None) ` If _data.csv_ is generated by _preprocess.py_ it is a csv list...
i done the installation and ran python3 iva.py 0, errors occur: [TensorRT] ERROR: ../rtSafe/coreReadArchive.cpp (31) - Serialization Error in verifyHeader: 0 (Magic tag does not match) [TensorRT] ERROR: INVALID_STATE: std::exception...