Код в мешке
249 subscribers
9.11K photos
1.6K videos
2.11K files
42.8K links
Код в мешке - про кодинг, и не только...
Это личная записная книжка

https://t.me/joinchat/AAAAAEIy6oGlr8oxqTMS5w
Download Telegram
Forwarded from Mercuree
51 строка)
у меня только файл bot.py 850 строк)
Forwarded from Mercuree
надо туда подшить хотя бы
def parse_url_from_telegram_message(message):
url = ''

entities = message.entities or message.caption_entities

for entity in entities:
if entity.type in (MessageEntity.URL, MessageEntity.TEXT_LINK):
if entity.url:
url = entity.url
else:
if message.text:
url = message.parse_entity(entity)
elif message.caption:
url = message.parse_caption_entity(entity)
if re.match(r'^.*\.(jpe?g|png|gif|bmp|tiff)$', url, flags=re.IGNORECASE):
continue

url = helpers.url_prepend_protocol(url) if len(url) else ''

if not helpers.is_main_page_url(url):
break

return url
Forwarded from TechToday News
#AI #Article

Fast and accurate object detection in high resolution 4K and 8K video using GPUs

Abstract :
Machine learning has celebrated a lot of achievements on computer vision tasks such as object detection, but the traditionally used models work with relatively low resolution images. The resolution of recording devices is gradually increasing and there is a rising need for new methods of processing high resolution data. We propose an attention pipeline method which uses two staged evaluation of each image or video frame under rough and refined resolution to limit the total number of necessary evaluations. For both stages, we make use of the fast object detection model YOLO v2. We have implemented our model in code, which distributes the work across GPUs. We maintain high accuracy while reaching the average performance of 3-6 fps on 4K video and 2 fps on 8K video.

https://arxiv.org/abs/1810.10551

https://arxiv.org/pdf/1810.10551.pdf
Forwarded from Artem
This media is not supported in your browser
VIEW IN TELEGRAM
Мало кто так замарачиваеться...
Forwarded from Deleted Account
UPD: МТС предоставили скан письма ФСБ, по которому производится блокировка. Мотивировка: Универсиада и «телефонный терроризм». Чтобы письма с ProtonMail не попадали на тревожные адреса спецслужб и школ.


UPD: Protonmail удивились методам борьбы с фродом у «этих странных русских» и посоветовали более эффективный вид борьбы через abuse mailbox.


UPD: Бравая концепция борьбы ФСБ с ложными обращениями не выдержала критики: письмом поломали входящую почту на ProtonMail, а не исходящую.


https://habr.com/ru/company/tm/blog/443222/
Forwarded from Футляр от виолончели
Почта Protonmail блокирована Ростелекомом, МТС и другими провайдерами по запросу ФСБ России
Forwarded from Deleted Account
@servers не слышал про ничего? https://fossdroid.com/
подумал, тебе интересно будет
Forwarded from Deleted Account
и клиентик для фдроида альтернативный
https://gitlab.com/gdroid/gdroidclient/
Forwarded from Deleted Account
Forwarded from Deleted Account
Система онлайн-чата с клиентами и сбора их поведения на сайте
Forwarded from Akio Kio
Ты подавал заявку для доступа к twttr?