retort.js:48 Uncaught TypeError: Cannot read properties of undefined (reading 'postStream')
at n.postFor (retort.js:48:1)
at n.disabledFor (retort.js:72:1)
at r.<anonymous> (retort-init.js:49:1)
at r.buildClasses (post.js:966:56)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------------------------------- | |
AttributeError Traceback (most recent call last) | |
Cell In[11], line 1 | |
----> 1 model_9t = YOLO("weights/yolov9t.pt") | |
File /opt/conda/lib/python3.10/site-packages/ultralytics/models/yolo/model.py:28, in YOLO.__init__(self, model, task, verbose) | |
25 self.__dict__ = new_instance.__dict__ | |
26 else: | |
27 # Continue with default YOLO initialization | |
---> 28 super().__init__(model=model, task=task, verbose=verbose) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensor: | |
- device: | |
identifiers: in8415_office | |
manufacturer: INSTAR Deutschland GmbH | |
model: INSTAR 2k+ IN-8415 WLAN | |
name: IN-8415 2k+ Office | |
configuration_url: "http://192.168.2.201:80" | |
availability: | |
topic: cameras/201/status/connection | |
payload_available: '{"val":"online"}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wait-for-it.sh: waiting for cvat_db:5432 without a timeout | |
wait-for-it.sh: cvat_db:5432 is available after 0 seconds | |
Traceback (most recent call last): | |
File "/home/django/manage.py", line 20, in <module> | |
execute_from_command_line(sys.argv) | |
File "/opt/venv/lib/python3.10/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line | |
utility.execute() | |
File "/opt/venv/lib/python3.10/site-packages/django/core/management/__init__.py", line 382, in execute | |
settings.INSTALLED_APPS | |
File "/opt/venv/lib/python3.10/site-packages/django/conf/__init__.py", line 102, in __getattr__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const getRequest = { | |
cgiGetCommand: 'getmqttattr', | |
cameraIp: '192.168.2.125', | |
cameraPort: '80', | |
authToken: '7PZv8N63c7wYYRxBw39pnRYNRnbdaBTTaK' | |
} | |
const fetchDataWithAuthHeader = async (getRequest) => { | |
try { | |
const customHeaders = new Headers() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
THESE ARE EXAMPLE CONFIGS FEEL FREE TO CHANGE TO WHATEVER YOU WANT | |
`lvim` is the global options object | |
]] | |
-- vim options | |
vim.opt.shiftwidth = 2 | |
vim.opt.tabstop = 2 | |
vim.opt.relativenumber = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -S yay | |
error: yay: signature from "TNE <[email protected]>" is unknown trust | |
:: File /var/cache/pacman/pkg/yay-12.1.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). | |
Do you want to delete it? [Y/n] | |
# get key ID D6C9442437365605 | |
sudo pacman-key --list-sigs TNE | |
# manually sign key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "test", | |
"id": 1, | |
"color": "#3613e4", | |
"type": "any", | |
"attributes": [] | |
}, | |
{ | |
"name": "person", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/m/01bms0 | Screwdriver | |
---|---|---|
/m/03jbxj | Light switch | |
/m/0jy4k | Doughnut | |
/m/09gtd | Toilet paper | |
/m/01j5ks | Wrench | |
/m/01k6s3 | Toaster | |
/m/05ctyq | Tennis ball | |
/m/015x5n | Radish | |
/m/0jwn_ | Pomegranate | |
/m/02zt3 | Kite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# see https://github.com/keras-team/keras/pull/17498 | |
# tf.__version__ | |
# '2.11.0' | |
INFO:tensorflow:Unsupported signature for serialization: ((TensorSpec(shape=(1, 1, 1152, 320), dtype=tf.float32, name='gradient'), <tensorflow.python.framework.func_graph.UnknownArgument object at 0x7fad400bcee0>, 140389004273456), {}). | |
INFO:tensorflow:Unsupported signature for serialization: ((TensorSpec(shape=(1, 1, 1152, 320), dtype=tf.float32, name='gradient'), <tensorflow.python.framework.func_graph.UnknownArgument object at 0x7fad400bcee0>, 140389004273456), {}). | |
INFO:tensorflow:Unsupported signature for serialization: ((TensorSpec(shape=(1, 1, 320, 1280), dtype=tf.float32, name='gradient'), <tensorflow.python.framework.func_graph.UnknownArgument object at 0x7fad400e7460>, 140389004548640), {}). |
NewerOlder