repo_name
stringlengths
9
75
topic
stringclasses
30 values
issue_number
int64
1
203k
title
stringlengths
1
976
body
stringlengths
0
254k
state
stringclasses
2 values
created_at
stringlengths
20
20
updated_at
stringlengths
20
20
url
stringlengths
38
105
labels
listlengths
0
9
user_login
stringlengths
1
39
comments_count
int64
0
452
unytics/bigfunctions
data-visualization
160
[improve]: `sleep`: fully in BigQuery SQL (to save cloud run / python costs)
### Check your idea has not already been reported - [X] I could not find the idea in [existing issues](https://github.com/unytics/bigfunctions/issues?q=is%3Aissue+is%3Aopen+label%3Abug-bigfunction) ### Edit `function_name` and the short idea description in title above - [X] I wrote the correct function name an...
closed
2024-07-26T06:55:13Z
2024-09-19T15:21:31Z
https://github.com/unytics/bigfunctions/issues/160
[ "improve-bigfunction" ]
AntoineGiraud
3
google-research/bert
tensorflow
1,278
OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Not found: Key output_bias not found in checkpoint
I have pre-trained a model based on the bert-large model using my dataset and get the checkpoint successfully, however ,when I use the checkpoint to do predict task I get the **Restoring from checkpoint failed. **error i just run **** `python run_classifier.py --task_name=XNLI \ --do_train=true \ --do_eval=tr...
open
2021-11-24T12:47:32Z
2021-11-24T12:47:32Z
https://github.com/google-research/bert/issues/1278
[]
Faker0918
0
frol/flask-restplus-server-example
rest-api
17
_invalid_response (potential) misusage
[Here](https://github.com/frol/flask-restplus-server-example/blob/master/app/extensions/auth/oauth2.py#L115), you're trying to override `_invalid_response` in `OAuthProvider` object. Do you really need this trick? AFAIU, the proper way to do this would be to register your custom function using [`invalid_response`](htt...
closed
2016-08-29T10:09:59Z
2016-08-29T10:59:19Z
https://github.com/frol/flask-restplus-server-example/issues/17
[]
lafrech
1
JaidedAI/EasyOCR
deep-learning
986
Fine-Tune on Korean handwritten dataset
Dear @JaidedTeam I would like to fine-tune the EASY OCR in the handwritten Korean language, I am assuming that the pre-trained model is already trained in Korean and English vocabulary and I will enhance the Korean handwritten accuracy on EASY OCR. How do I achieve it? I know how to train custom models but due to t...
open
2023-04-10T06:31:13Z
2024-01-10T00:52:55Z
https://github.com/JaidedAI/EasyOCR/issues/986
[]
khawar-islam
6
dunossauro/fastapi-do-zero
sqlalchemy
231
fastapi_madr
https://github.com/Romariolima1998/fastapi_MADR
closed
2024-08-22T16:55:11Z
2024-08-27T17:45:31Z
https://github.com/dunossauro/fastapi-do-zero/issues/231
[]
Romariolima1998
1
holoviz/colorcet
plotly
45
Add glasbey_tableau10?
**Is your feature request related to a problem? Please describe.** I sometimes want to plot lots of colors but I want them to look nice **Describe the solution you'd like** Similar to #11, could you add a Glasbey color list that starts with the (new) Tableau 10 series? ![](https://cdnl.tblsft.com/sites/default/...
closed
2020-02-18T05:06:31Z
2020-02-18T22:37:11Z
https://github.com/holoviz/colorcet/issues/45
[]
endolith
3
akfamily/akshare
data-science
5,182
AKShare 接口问题报告index_value_hist_funddb无法使用
1. AKShare 已升级至1.14.74 index_value_hist_funddb和index_value_name_funddb 均无法使用 ![微信截图_20240913164648](https://github.com/user-attachments/assets/c3406091-3712-42fc-a953-84aa83a31fa6)
closed
2024-09-13T08:50:23Z
2024-09-13T08:57:09Z
https://github.com/akfamily/akshare/issues/5182
[ "bug" ]
sourgelp
1
sammchardy/python-binance
api
1,190
BLVT info websockets endpoints
Hi, it seems that BLVT info websockets (https://binance-docs.github.io/apidocs/spot/en/#websocket-blvt-info-streams) are not supported. Are there any plans to implement this functionality? Thanks.
open
2022-05-22T13:56:12Z
2022-05-22T13:57:32Z
https://github.com/sammchardy/python-binance/issues/1190
[]
jacek-jablonski
0
microsoft/nni
pytorch
4,803
Error: PolicyBasedRL
**Describe the issue**: I tried running the the following models space with PolicyBasedRL and I will also put in the experiment configuration: #BASELINE NAS USING v2.7 from nni.retiarii.serializer import model_wrapper import torch.nn.functional as F import nni.retiarii.nn.pytorch as nn class Block1(nn.M...
open
2022-04-25T09:36:27Z
2023-04-25T13:28:22Z
https://github.com/microsoft/nni/issues/4803
[]
NotSure2732
2
hankcs/HanLP
nlp
1,697
crf模型在处理emoji时报错
<!-- 提问请上论坛,不要发这里! 提问请上论坛,不要发这里! 提问请上论坛,不要发这里! 以下必填,否则恕不受理。 --> **问题描述:** crf模型在处理emoji时报错(wordbasedsegmenter不会报错), 样例代码如下: **复现代码** ``` from jpype import java from pyhanlp import * text = '😱😱😱你好,欢迎在😱Pytho😱😱n中😱调用HanLP的API 😱😱😱😱😱😱😱😱😱😱' String = java.lang.String java_string...
closed
2021-11-10T03:44:24Z
2021-11-10T15:47:31Z
https://github.com/hankcs/HanLP/issues/1697
[ "question" ]
Gooklim
4
sinaptik-ai/pandas-ai
data-science
747
Translate all docs to pt-br
### 🚀 The feature Translate all docs to pt-br to expand the use of PandasAI. Each doc will be a task inside this issue. ### Motivation, pitch I'm a lusophone (Portuguese speaker) and want to facilitate pandas AI use for non-English speakers. ### Alternatives As alternatives, there could be translations ...
closed
2023-11-12T16:23:22Z
2024-06-01T00:20:17Z
https://github.com/sinaptik-ai/pandas-ai/issues/747
[]
HenriqueAJNB
4
numpy/numpy
numpy
27,588
DISCUSS: About issue of masked array
While reading the code and addressing some bugs related to `numpy/ma`, I encountered a few questions: 1. **Filling Values in Masked Arrays**: Do we actually care about the exact fill value in masked arrays, given that they are masked by other values? If not, I believe I can resolve [bug 27580](https://github.c...
open
2024-10-18T13:51:16Z
2025-02-01T22:23:01Z
https://github.com/numpy/numpy/issues/27588
[ "15 - Discussion", "component: numpy.ma" ]
fengluoqiuwu
10
matterport/Mask_RCNN
tensorflow
3,044
GPU memory is occupied but cannot proceed
GPU is fully occupied, as shown in the figure below,: <img width="547" alt="dd652e615e6ff64f59abfe21fd586b3" src="https://github.com/matterport/Mask_RCNN/assets/110774617/c7e1fc94-cfe8-44c0-bdcb-d7e31632f83b"> But training cannot proceed and is stuck at 1/1: ![image](https://github.com/matterport/Mask_RCNN/assets/11...
open
2024-07-05T14:41:28Z
2024-08-17T10:36:55Z
https://github.com/matterport/Mask_RCNN/issues/3044
[]
r2race
1
OpenInterpreter/open-interpreter
python
926
Content size exceeds 20 MB
### Describe the bug I have two monitors. One 4k and one samsung G9 (5120x1440). I'm getting: ``` convert_to_openai_messages.py", line 138, in convert_to_openai_messages assert content_size_mb < 20, "Content size exceeds 20 MB" AssertionError: Content size exceeds 20 MB ``` I assume this is because my...
closed
2024-01-15T20:00:07Z
2024-10-31T17:01:41Z
https://github.com/OpenInterpreter/open-interpreter/issues/926
[ "Bug" ]
commandodev
1
chaoss/augur
data-visualization
2,593
Contributors metric API
The canonical definition is here: https://chaoss.community/?p=3464
open
2023-11-30T17:34:29Z
2023-11-30T18:21:03Z
https://github.com/chaoss/augur/issues/2593
[ "API", "first-timers-only" ]
sgoggins
0
huggingface/datasets
pandas
7,159
JSON lines with missing struct fields raise TypeError: Couldn't cast array
JSON lines with missing struct fields raise TypeError: Couldn't cast array of type. See example: https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions/5 One would expect that the struct missing fields are added with null values.
closed
2024-09-23T07:57:58Z
2024-10-21T08:07:07Z
https://github.com/huggingface/datasets/issues/7159
[ "bug" ]
albertvillanova
1
mwaskom/seaborn
pandas
2,811
kdeplot log normalization
Is it possible to apply a log normalization to a bivariate density plot? I only see the `log_scale` parameter which can apply a log scale to either one or both of the variables, but I want to scale the density values. With Matplotlib.pyplot.hist2d there is a norm parameter to which I can pass `norm=matplotlib.colors.L...
closed
2022-05-16T15:03:54Z
2022-05-17T16:19:05Z
https://github.com/mwaskom/seaborn/issues/2811
[]
witherscp
2
PablocFonseca/streamlit-aggrid
streamlit
48
CVE's in npm package immer
The package-lock.json contains the following transitive npm dependency: "immer": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/immer/-/immer-8.0.1.tgz", "integrity": "sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==" }, This ...
closed
2021-11-29T09:03:48Z
2022-01-24T01:59:43Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/48
[]
vtslab
2
ets-labs/python-dependency-injector
asyncio
93
Think about binding providers to catalogs that they are in
closed
2015-09-29T19:57:32Z
2015-10-16T22:09:29Z
https://github.com/ets-labs/python-dependency-injector/issues/93
[ "research" ]
rmk135
1
sammchardy/python-binance
api
1,211
API: "futures_coin_recent_trades" doesn't work?
It looks USDT-M Futures API works, while COIN-M Futures API doesn't work. For example, the following for USDT-M Futures works! recent_trades = client.futures_recent_trades(symbol='BTCUSDT') While the following for COIN-M Futures doesn't work. recent_trades = client.futures_coin_recent_trades(symbol='BTCUSD') ...
closed
2022-07-03T00:54:42Z
2022-07-03T17:38:13Z
https://github.com/sammchardy/python-binance/issues/1211
[]
yiluzhou
4
scikit-optimize/scikit-optimize
scikit-learn
771
[Feature request] Score confidence parameter.
Hello, I was wondering if there could be a way to assign confidence values to the scores. Suppose I have a probabilistic algorithm that after `n` iterations assures me to have found the optimum with 70% probability and after `m` 90%. I may want to iterate with the bayesian optimizer over the number of iterations, bu...
open
2019-06-06T07:27:42Z
2020-03-06T11:43:30Z
https://github.com/scikit-optimize/scikit-optimize/issues/771
[ "Enhancement" ]
LucaCappelletti94
5
deepspeedai/DeepSpeed
deep-learning
6,752
Some Demos on How to config to offload tensors to nvme device
Dear authors: I am wondering if I could get some demos on config which is used to train a Language Model with ZeRO-Infinity? It confused me a lot that how to config the "offload_param" and "offload_optimizer" Thanks!
open
2024-11-15T08:23:57Z
2024-12-06T22:14:10Z
https://github.com/deepspeedai/DeepSpeed/issues/6752
[]
niebowen666
3
pallets-eco/flask-sqlalchemy
flask
755
Documentation PDF
Hi, is it possible to get the documentation as pdf? I saw some closed issues about this, but the solutions given there do not work anymore. It would be nice to have a link to a pdf version on this site: http://flask.pocoo.org/docs/1.0/
closed
2019-06-23T13:54:19Z
2020-12-05T20:21:47Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/755
[]
sorenwacker
1
Josh-XT/AGiXT
automation
1,125
Documentation
### Description ![image](https://github.com/Josh-XT/AGiXT/assets/6403649/5bbfdd74-bf18-4c31-a903-69832860f5d4) Documentation shows this. Never saw this. ### Steps to Reproduce the Bug ./AGiXT.ps1 ### Expected Behavior Documentation matches experience. Also, below you need an option for Python 3.12. Also, is lates...
closed
2024-03-01T22:31:14Z
2024-03-06T11:22:56Z
https://github.com/Josh-XT/AGiXT/issues/1125
[ "type | report | bug", "needs triage" ]
oldgithubman
4
piccolo-orm/piccolo
fastapi
522
Python 3.10: DeprecationWarning: There is no current event loop
``` piccolo/utils/sync.py:20: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() ``` If my understanding of that function is correct we want to use [asyncio.get_running_loop](https://docs.python.org/3.10/library/asyncio-eventloop.html#asyncio.get_running_loop) instead to get the...
closed
2022-05-22T14:11:40Z
2022-05-24T17:12:12Z
https://github.com/piccolo-orm/piccolo/issues/522
[ "enhancement" ]
Drapersniper
1
art049/odmantic
pydantic
400
Embedded models have to be defined before any normal models that reference them
# Bug No matter how you type hint a field in the base model that references an embedded one (including future annotations), defining indexes for fields that are in the embedded model, or trying to query/sort by fields that are in the embedded model throws an error when the embedded model is defined after the base mo...
open
2024-01-05T07:37:52Z
2024-01-17T06:43:02Z
https://github.com/art049/odmantic/issues/400
[ "bug" ]
duhby
4
voila-dashboards/voila
jupyter
1,255
Missing list of configs available
All through the documentation there is text saying to change different options in config.json. Is there a list of all config options? I'm worried I might just not know about some that I would like to use.
open
2022-11-09T23:18:26Z
2022-11-09T23:18:26Z
https://github.com/voila-dashboards/voila/issues/1255
[ "documentation" ]
pmarcellino
0
wkentaro/labelme
computer-vision
1,206
labelme
### Provide environment information (labelme) C:\Users\s\Desktop\example>python labelme2voc.py images target --labels labels.txt Creating dataset: target class_names: ('_background_', 'SAT', 'VAT', 'Muscle', 'Bone', 'Gas', 'Intestine') Saved class_names: target\class_names.txt Generating dataset from: images\A004....
closed
2022-10-29T15:42:04Z
2023-07-10T07:29:20Z
https://github.com/wkentaro/labelme/issues/1206
[ "status: wip-by-author" ]
she-666
7
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,083
PortAudio library not found
open
2022-06-08T10:05:35Z
2022-11-23T19:58:33Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1083
[]
bonad
5
keras-team/keras
deep-learning
20,518
Need to explicitly specify `x` and `y` instead of using a generator when the model has two inputs.
tf.__version__: '2.17.0' tf.keras.__version__: '3.5.0' for a image caption model, one input is vector representation of images, another is caption of encoder. ```python def batch_generator(batch_size, tokens_train, transfer_values_train, is_random_caption=False): # ... x_data = \ { ...
closed
2024-11-19T20:20:59Z
2024-12-25T02:01:11Z
https://github.com/keras-team/keras/issues/20518
[ "stat:awaiting response from contributor", "stale" ]
danica-zhu
3
joeyespo/grip
flask
25
Unexpected paragraphs in lists items are messing their margin up
When using lists (any type of lists), once you introduce a paragraph inside one of the list items (by any mean: explicitly making a new paragraph or introducing a blockquote which will wrap the rest of the list item's text in a paragraph), all the following list items will be wrapped in paragraphs. You'll see it clear...
closed
2013-09-06T13:05:31Z
2014-08-02T18:47:55Z
https://github.com/joeyespo/grip/issues/25
[ "not-a-bug" ]
qn7o
4
graphql-python/graphene-sqlalchemy
sqlalchemy
286
Use with SqlAlchemy classical mapping
I'm trying to use graphene-sqlalchemy in a project where classical mapping is used (https://docs.sqlalchemy.org/en/13/orm/mapping_styles.html#classical-mappings). I can see in some reports here (https://github.com/graphql-python/graphene-sqlalchemy/issues/130#issuecomment-386870986) that setting Base.query is a needed ...
closed
2020-09-09T06:12:57Z
2023-02-25T00:49:17Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/286
[]
eduardomezencio
2
Yorko/mlcourse.ai
matplotlib
659
Issue related to Lasso and Ridge regression notebook file - mlcourse.ai/jupyter_english/topic06_features_regression/lesson6_lasso_ridge.ipynb /
While plotting Ridge coefficient vs weights, the alphas used are different from Ridge_alphas. And while fitting the the model and calculating the ridge_cv.alpha_ we're using ridge_alphas. So,in below code its taking alpha values from alpha defined for **Lasso**. if we plot using ridge alphas plot is quite different. P...
closed
2020-03-24T11:08:45Z
2020-03-24T11:21:44Z
https://github.com/Yorko/mlcourse.ai/issues/659
[ "minor_fix" ]
sonuksh
1
scikit-learn/scikit-learn
data-science
30,904
PowerTransformer overflow warnings
### Describe the bug I'm running into overflow warnings using PowerTransformer in some not-very-extreme scenarios. I've been able to find at least one boundary of the problem, where a vector of `[[1]] * 354 + [[0]] * 1` works fine, while `[[1]] * 355 + [[0]] * 1` throws up ("overflow encountered in multiply"). Also, a...
open
2025-02-26T01:45:05Z
2025-02-28T11:39:21Z
https://github.com/scikit-learn/scikit-learn/issues/30904
[]
rcgale
1
NullArray/AutoSploit
automation
993
Ekultek, you are correct.
Kek
closed
2019-04-19T16:46:38Z
2019-04-19T16:58:00Z
https://github.com/NullArray/AutoSploit/issues/993
[]
AutosploitReporter
0
ijl/orjson
numpy
5
Publish a new version with `default` support?
I build and test the code from master(https://github.com/ijl/orjson/commit/15757e064586d5c6cf60528cea6ada13bf302b15) on macOS, It works fine, but I want to deploy it to Ubuntu server.
closed
2019-01-14T08:47:39Z
2019-01-28T14:51:03Z
https://github.com/ijl/orjson/issues/5
[]
phyng
3
supabase/supabase-py
flask
127
how to use .range() using supabase-py
please tell me how to use .range() using supabase-py
closed
2022-01-18T02:35:55Z
2023-10-07T12:57:15Z
https://github.com/supabase/supabase-py/issues/127
[]
alif-arrizqy
1
cvat-ai/cvat
computer-vision
8,756
issues labels
Good afternoon, in the previous version of CVAT, I could change the numbers assigned to the labels for quick label switching, making annotation faster. How do I change this in the new version? Thanks in advance, best regards ![Captura de pantalla 2024-11-28 144027](https://github.com/user-attachments/assets/c932a8...
closed
2024-11-28T13:51:13Z
2024-11-29T06:36:51Z
https://github.com/cvat-ai/cvat/issues/8756
[ "duplicate" ]
lolo-05
1
dropbox/PyHive
sqlalchemy
286
TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable to find a callback: 2'
Hi , I am trying connect Hive server 2 using PyHive using the below code conn = hive.Connection(host='host', port=port, username='id', password='paswd',**auth='LDAP'**,database = 'default') and it generate error below. File "C:\Users\userabc\AppData\Local\Continuum\Anaconda3\lib\site-packages\thrift_sasl\__init...
open
2019-05-20T07:31:30Z
2021-09-18T03:47:27Z
https://github.com/dropbox/PyHive/issues/286
[]
DrYoonus
8
biolab/orange3
numpy
6,814
Orange3 Widget Connection Error
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
closed
2024-05-30T22:31:33Z
2024-06-06T15:50:53Z
https://github.com/biolab/orange3/issues/6814
[ "bug report" ]
JISEOP-P
1
autokey/autokey
automation
974
Unable to save changes when abbreviation is defined
### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Xorg ### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of ...
open
2024-11-18T21:33:22Z
2024-12-27T16:03:42Z
https://github.com/autokey/autokey/issues/974
[ "0.96.1", "environment" ]
muekoeff
14
ivy-llc/ivy
pytorch
27,925
Missing `assert` leading to useless comparison
In the following test function, these 3 lines are missing `assert` https://github.com/unifyai/ivy/blob/f057407029669edeaf1fc49b90883978e4f0c3aa/ivy_tests/test_ivy/test_frontends/test_jax/test_numpy/test_mathematical_functions.py#L1106-L1108 Reference: Comment under that PR (https://github.com/unifyai/ivy/pull/27003#...
closed
2024-01-16T05:10:07Z
2024-01-16T10:33:51Z
https://github.com/ivy-llc/ivy/issues/27925
[]
Sai-Suraj-27
0
nerfstudio-project/nerfstudio
computer-vision
3,384
No scene option in viewer
When i use the viewer, i find the GUI don't have "scene"option. There's only control, render and export? How can i solve this? ![image](https://github.com/user-attachments/assets/f7986515-ab83-4a6f-9e32-83dca35dc1a0)
open
2024-08-25T09:20:56Z
2024-08-27T20:59:44Z
https://github.com/nerfstudio-project/nerfstudio/issues/3384
[]
hanyangyu1021
2
tensorpack/tensorpack
tensorflow
861
segmentation fault while reproducing 'R50-C4'
Thanks for great work. I used 2 GPU with horovod. While training example 'R50-C4' segmentation fault occurs. Also fastrcnn-losses show 'nan' (not sure its relevant to crashing issues) An issue : - Unexpected Problems / Potential Bugs 1. What you did: + If you're using examples: + What's the command...
closed
2018-08-13T11:06:49Z
2018-08-22T18:18:11Z
https://github.com/tensorpack/tensorpack/issues/861
[ "examples" ]
sehyun03
4
httpie/cli
rest-api
971
Basic authentication: unexpected extra leading space in generated base64 token
Hi, I was giving `httpie` a try, in order to replace `curl` especially because of the session management. And I might miss something, but I believe the Basic authentication token computed has an unexpected extra leading space. **Steps to reproduce** I run: ``` $ https --offline -a 'a:b' domain.tld/auth | grep...
closed
2020-09-30T16:40:18Z
2020-10-01T10:28:11Z
https://github.com/httpie/cli/issues/971
[]
maanuair
3
strawberry-graphql/strawberry
fastapi
3,305
Expore schema directives in schema introspection API
Add schema directives in schema introspection API <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Feature Request Type - [ ] Core functionality - [x] Alterat...
open
2023-12-22T16:27:57Z
2025-03-20T15:56:32Z
https://github.com/strawberry-graphql/strawberry/issues/3305
[]
Voldemat
1
vanna-ai/vanna
data-visualization
338
Support additional js chart libraries (like highcharts / d3 js ) in addition to plotly.
**Support customization of charting libraries for front end.** Exploring on using vann-flask/API or built in VannaFlaskApp(vn) but this seems to be tightly coupled with Plotly as visualization library. Trying to extend on the example given below link but the js assets are compressed and minified. Can I know from whe...
closed
2024-04-04T15:46:39Z
2024-04-08T07:43:50Z
https://github.com/vanna-ai/vanna/issues/338
[]
rrimmana
2
davidsandberg/facenet
tensorflow
513
do you plan to release finetuning code on own datasets?
closed
2017-11-02T07:11:19Z
2018-04-01T21:33:50Z
https://github.com/davidsandberg/facenet/issues/513
[]
ronyuzhang
1
graphql-python/graphene
graphql
867
How to make a required argument?
Apologies for writing a question in the bugtracker but I simply can not figure out how to create a required custom argument for a query. Can anyone show me how it's done?
closed
2018-11-23T23:24:01Z
2018-11-23T23:28:41Z
https://github.com/graphql-python/graphene/issues/867
[]
jmn
0
graphql-python/graphene
graphql
1,065
Support for GEOS fields-- PointField, LineString etc...
Can we add support for fields offered by ``django.contrib.gis.geos``-- [GEOS](https://docs.djangoproject.com/en/2.2/ref/contrib/gis/geos/). ``django-graphql-geojson`` package comes closest to solving the problem, however, the particular implementation has a major drawback that it converts the whole *model* into *GeoJS...
closed
2019-09-05T16:46:43Z
2019-09-05T17:01:27Z
https://github.com/graphql-python/graphene/issues/1065
[]
EverWinter23
0
matplotlib/matplotlib
data-science
29,779
[Bug]: get_default_filename removes '0' from file name instead of '\0' from window title
### Bug summary removed_chars = r'<>:"/\|?*\0 ' in get_default_filename has r before string so escape char '\' is ignored in the string, so it just replace regular zero character '0' with '_' just replace removed_chars = r'<>:"/\|?*\0 ' with removed_chars = '<>:"/\\|?*\0 ' https://github.com/matplotlib/matplotlib/blob...
closed
2025-03-19T01:51:05Z
2025-03-20T19:30:34Z
https://github.com/matplotlib/matplotlib/issues/29779
[]
htalaco
0
piskvorky/gensim
machine-learning
3,028
AttributeError: 'Word2Vec' object has no attribute 'most_similar'
#### Problem description When I was trying to use a trained word2vec model to find the similar word, it showed that 'Word2Vec' object has no attribute 'most_similar'. I haven't seen that what are changed of the 'most_similar' attribute from gensim 4.0. When I was using the gensim in Earlier versions, most_simil...
closed
2021-01-19T08:44:24Z
2021-01-19T21:41:21Z
https://github.com/piskvorky/gensim/issues/3028
[ "bug", "documentation" ]
freedomSummer1964
5
horovod/horovod
deep-learning
3,772
Support newer version of pytorch_lightning
**Is your feature request related to a problem? Please describe.** Do we have plans to support newer version of pytorch_lightning with horovod? Such as v1.8.0? There're lots of new features coming in and horovod is stil depending on v1.5.x **Describe the solution you'd like** Update package version and fix incompa...
open
2022-11-17T06:25:13Z
2022-11-17T17:55:25Z
https://github.com/horovod/horovod/issues/3772
[ "enhancement", "contribution welcome" ]
serena-ruan
2
hzwer/ECCV2022-RIFE
computer-vision
341
Reproducing 3.6 HD model
Hello! I am trying to reproduce the 3.6 model linked in the Readme.md However, the training procedure in RIFE_HDv3.py file shipped with the pretrained model appears to be broken `if training: self.optimG.zero_grad() loss_G = **loss_cons** + loss_smooth * 0.1 loss_G.backward() self.optimG.step() e...
closed
2023-10-23T00:13:02Z
2023-10-27T01:37:08Z
https://github.com/hzwer/ECCV2022-RIFE/issues/341
[]
Lum1nus
5
deepspeedai/DeepSpeed
machine-learning
6,945
DeepSpeed Installation Fails During Docker Build (NVML Initialization Issue)
Hello, I encountered an issue while building a Docker image for deep learning model training, specifically when attempting to install DeepSpeed. **Issue** When building the Docker image, the DeepSpeed installation fails with a warning that NVML initialization is not possible. However, if I create a container fro...
closed
2025-01-13T11:39:39Z
2025-01-24T00:32:39Z
https://github.com/deepspeedai/DeepSpeed/issues/6945
[]
asdfry
8
davidsandberg/facenet
computer-vision
415
The FLOPS and param on Inception-ResNet-v1?
@davidsandberg Thans for you share your FaceNet work. Now I consider hardwar . In your FaceNet paper, the FLOPS is 1.6B on NN2. I wants to know the FLOPS and param on Inception-ResNet-v1. Do you have the information about FLOPS and param on Inception-ResNet-v1? thank you very much!
open
2017-08-10T08:42:30Z
2019-01-23T03:47:28Z
https://github.com/davidsandberg/facenet/issues/415
[]
lsx66
2
scikit-multilearn/scikit-multilearn
scikit-learn
224
MlKNN:TypeError: __init__() takes 1 positional argument but 2 were given
When mlknn is used, X is passed in_ train,Y_ When running a train, it always reports an error, saying that one more parameter has been passed. You can obviously pass two parameters. I don't know where the error is
closed
2021-10-26T02:06:07Z
2024-03-01T05:02:28Z
https://github.com/scikit-multilearn/scikit-multilearn/issues/224
[]
Foreverkobe1314
13
littlecodersh/ItChat
api
812
博客
图片都不能看的
closed
2019-04-10T14:23:51Z
2019-05-22T02:14:53Z
https://github.com/littlecodersh/ItChat/issues/812
[]
juzj
0
flasgger/flasgger
api
364
DispatcherMiddleware has moved
Werkzeug==1.0.0 Please change: from werkzeug.wsgi import DispatcherMiddleware to: from werkzeug.middleware.dispatcher import DispatcherMiddleware
open
2020-02-10T21:02:50Z
2020-02-10T21:02:50Z
https://github.com/flasgger/flasgger/issues/364
[]
fenchu
0
xlwings/xlwings
automation
1,797
OS Error: -1743 (User has declined permission) when trying to use xlwings
Hi, I have made a program with a GUI (PyQt5) that edits excel sheets with Python, Openpyxl, and Xlwings. I have used PyInstaller to make this into an app. Now I have the .app format and an exec. When I run the .exec by double-clicking from Finder the program works fine. When I run the .app from the terminal with ...
closed
2022-01-18T14:06:33Z
2022-01-19T03:11:54Z
https://github.com/xlwings/xlwings/issues/1797
[]
febinjose24
2
collerek/ormar
fastapi
419
Creating records directly in tests in a FastAPI appliction
**Describe the bug** Suppose I have an endpoint like this: ```python @router.get("/", response_model=List[Item]) async def get_items(keys: List[str] = Query([])) -> List[Item]: return await Item.objects.filter(key__in=keys).all() ``` I'd like to test this with something like: ```python @pytest.mark.async...
closed
2021-11-09T17:04:06Z
2021-11-09T17:21:41Z
https://github.com/collerek/ormar/issues/419
[ "bug" ]
dbatten5
2
encode/databases
asyncio
594
Handle errors in transaction.commit() (for sqlite)
## Context For `sqlite` backend, when inside a transaction, errors are raised at the execution of the `COMMIT` statement instead of the SQL that causes the error, for example ```sql PRAGMA foreign_keys = ON; BEGIN TRANSACTION; INSERT INTO "follow" ("user_id", "target_id") VALUES (0, 0); COMMIT; ``` It was l...
open
2024-10-06T08:18:24Z
2024-10-06T08:18:24Z
https://github.com/encode/databases/issues/594
[]
voidZXL
0
kizniche/Mycodo
automation
1,393
DS18B20 Issue
### Describe the problem/bug DS18B20 Temperature sensor stopped working overnight and got stuck at 0C. Config page for w1thermsensor shows two "00-00000000." device ID Tried a config page for OW-Shell and device ID shows 2 different unique IDs The input with ow-shell library provides erratic measurements ranging...
open
2024-08-24T03:15:25Z
2024-09-20T19:59:44Z
https://github.com/kizniche/Mycodo/issues/1393
[]
mfittipaldi90
27
miguelgrinberg/microblog
flask
41
Chapter 5: User Logins - app/models.py - can't find generate_password_hash ...
In app/models.py: The import: ```from werkzeug import generate_password_hash, check_password_hash``` should be: ```from werkzeug.security import generate_password_hash, check_password_hash``` In order to prepare for V1.0 of werkzeug, the automatic redirect was removed.
closed
2017-12-11T17:36:07Z
2017-12-12T02:24:28Z
https://github.com/miguelgrinberg/microblog/issues/41
[ "question" ]
dastagg
7
ultralytics/ultralytics
deep-learning
19,120
--
closed
2025-02-07T07:12:44Z
2025-02-10T14:00:12Z
https://github.com/ultralytics/ultralytics/issues/19120
[ "documentation", "detect" ]
sabira-mcw
2
PeterL1n/BackgroundMattingV2
computer-vision
61
Add an option to use a still image as target background
In example, a `--image-target-bgr` to use with a PNG image. Or create a `--target-bgr` option that allows for both video and image.
open
2021-02-12T10:21:48Z
2021-02-12T10:21:48Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/61
[]
Peque
0
pyro-ppl/numpyro
numpy
1,831
saving render_model() output to the desired file path
When calling `numpyro.render_model(model, filename=my_path)` I was expecting the generated file to be saved in `my_path`. But it does not. Reading the source code, it seems that it deliberately use `filename.stem` instead of user provided file path. Is this the intended behavior? Unable to save the file to the path...
closed
2024-07-08T19:23:31Z
2024-09-16T23:47:48Z
https://github.com/pyro-ppl/numpyro/issues/1831
[ "bug", "help wanted" ]
znwang25
5
onnx/onnx
scikit-learn
5,807
Function infrastructure support for multiple target opset versions
# Bug Report ### Describe the bug See [this issue](https://github.com/microsoft/onnxruntime/issues/16438) for more context and background. (i) `SetContextDependentFunctionBodyBuilder` has a default value for the opset. But [the default behavior](https://github.com/onnx/onnx/blob/8a980683df9acbcb82dc3385fc7eb8cce...
closed
2023-12-14T23:52:03Z
2025-01-26T06:42:45Z
https://github.com/onnx/onnx/issues/5807
[ "bug", "stale", "contributions welcome" ]
gramalingam
0
plotly/dash
data-science
2,813
How does dash combine with flask jwt?
My previous project used flask jwt for authentication. After switching to dash, how can I support jwt?
closed
2024-03-25T08:31:51Z
2024-04-02T18:01:37Z
https://github.com/plotly/dash/issues/2813
[]
jaxonister
1
flairNLP/fundus
web-scraping
344
[Bug]: Fundus not installing on Google Colab
### Describe the bug I tried running the tutorial code in a fresh [colab environment](https://colab.research.google.com ), but when running ``` pip install fundus ``` the installation fails with the output ``` google-colab 1.0.0 requires requests==2.31.0, but you have requests 2.28.2 which is incompatible....
closed
2024-02-01T10:30:58Z
2024-04-18T10:28:25Z
https://github.com/flairNLP/fundus/issues/344
[ "bug" ]
alanakbik
5
modin-project/modin
data-science
6,641
BUG: passing in large data object to DataFrame apply() function resulting in SegFault
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthe...
open
2023-10-10T21:58:13Z
2023-10-16T16:04:28Z
https://github.com/modin-project/modin/issues/6641
[ "bug 🦗", "Blocked ❌", "Ray ⚡", "P2", "External" ]
SiRumCz
23
plotly/dash
plotly
2,563
provide option to set HTML tag attributes
**Is your feature request related to a problem? Please describe.** I'm part of a small team embedding a Plotly Dash in a larger website that must be accessible. We recently added [Pa11y CI](https://github.com/pa11y/pa11y-ci) accessibility tests to our continuous integration and encountered the error: ``` <html> el...
open
2023-06-13T12:08:59Z
2024-08-13T19:34:17Z
https://github.com/plotly/dash/issues/2563
[ "feature", "P3" ]
warrickball
0
plotly/dash
data-visualization
2,372
[BUG] Background callback returns 502
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** I have some high CPU/RAM efficient workflow that handling by celery and in the same time I have background c...
closed
2022-12-29T03:29:51Z
2024-07-25T13:06:03Z
https://github.com/plotly/dash/issues/2372
[]
ArtsiomAntropau
2
joke2k/django-environ
django
60
Environment variables starting with $ cause a recursion error
This SECRET_KEY declaration causes a maximum recursion depth exceeded error. (Note: I never used this secret key value anywhere since I was just starting the project) ``` SECRET_KEY = env("DJANGO_SECRET_KEY", default='$%ify^q7jg*o7(5me*g%+ae-7_1iy)gey*#eo%3c##-=1d=6mb') ``` Results in: ``` ...snip... File "/Users/...
closed
2015-12-23T18:32:08Z
2021-12-04T03:40:43Z
https://github.com/joke2k/django-environ/issues/60
[ "duplicate" ]
chromakey
8
errbotio/errbot
automation
1,149
Can't signin to Hipchat with SSO enabled
In order to let us help you better, please fill out the following fields as best you can: ### I am... * [ ] Reporting a bug * [ ] Suggesting a new feature * [x] Requesting help with running my bot * [ ] Requesting help writing plugins * [ ] Here about something else ### I am running... * Errbot version:...
closed
2018-01-03T19:27:12Z
2018-04-19T22:42:35Z
https://github.com/errbotio/errbot/issues/1149
[]
ImDevinC
1
xonsh/xonsh
data-science
5,644
$XONSH_SUBPROC_OUTPUT_FORMAT affects downstream apps
## Current Behavior <!--- For general xonsh issues, please try to replicate the failure using `xonsh --no-rc --no-env`. Short, reproducible code snippets are highly appreciated. You can use `$XONSH_SHOW_TRACEBACK=1`, `$XONSH_TRACE_SUBPROC=2`, or `$XONSH_DEBUG=1` to collect more information about the failure. --> ...
closed
2024-08-06T00:10:37Z
2024-08-06T11:20:52Z
https://github.com/xonsh/xonsh/issues/5644
[ "stdout", "subproc", "downstream" ]
wryfi
1
streamlit/streamlit
data-visualization
10,656
Button gets full width if it has a `help`/tooltip
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary A button gets full width if it has a `help`/t...
closed
2025-03-05T21:54:28Z
2025-03-07T21:20:44Z
https://github.com/streamlit/streamlit/issues/10656
[ "type:bug", "type:regression", "status:confirmed", "priority:P1" ]
JosephMarinier
4
sczhou/CodeFormer
pytorch
124
`--face_upsample` does nothing.
Looking through `inference_codeformer.py`, it seems that the `--face_upsample` flag is disabled for some reason: https://github.com/sczhou/CodeFormer/blob/4c93a0ac8e309cb186165eba098fb8a379f9e349/inference_codeformer.py#L125-L132 It looks like this happened in [this commit](https://github.com/sczhou/CodeFormer/comm...
closed
2023-01-28T11:39:43Z
2023-01-30T06:43:07Z
https://github.com/sczhou/CodeFormer/issues/124
[]
bolshoytoster
1
Yorko/mlcourse.ai
plotly
375
Assignment 1: Question 6 answer should be 1 of Olympics dataset. Because of men double medal.
closed
2018-10-16T08:52:49Z
2018-10-16T11:32:38Z
https://github.com/Yorko/mlcourse.ai/issues/375
[ "invalid" ]
HammadZahidAli
2
newpanjing/simpleui
django
359
对某一列进行排序后,点击下一页会排序会失效
**bug描述** 对某一列进行排序后,点击下一页会排序会失效 **环境** * Python Version:3.8 * Django Version:3.2 * SimpleUI Version:2021.4.1
closed
2021-04-10T01:54:23Z
2021-05-11T09:12:50Z
https://github.com/newpanjing/simpleui/issues/359
[ "bug" ]
gojuukaze
0
lepture/authlib
flask
341
update_token with password grant
I'm trying to use [update_token](https://docs.authlib.org/en/latest/client/oauth2.html#refresh-auto-update-token). I've got this code: ```python def update_token(token, refresh_token=None, access_token=None): token_var = client.fetch_token(token_url, username=username, password=password) print('in update_token...
open
2021-05-04T17:43:14Z
2025-02-21T09:01:40Z
https://github.com/lepture/authlib/issues/341
[ "client" ]
ryandawsonuk
1
pydantic/FastUI
pydantic
218
Unable to pass a BaseModel into component from subfolder (Pydantic V1 issue)
I was attempting to create a simple pydantic object as below ``` class User(BaseModel): name: str = Field(title='Name', max_lengh=200) ``` But I face some issues: ### Scenario 1 - Having the Pydantic Base Model define on the same page as entry point (i.e. `main.py`) In this scenario, the BaseModel is im...
closed
2024-02-26T13:57:51Z
2024-02-26T14:26:54Z
https://github.com/pydantic/FastUI/issues/218
[]
edwardmfho
2
ageitgey/face_recognition
machine-learning
1,290
OpenCL
Hello everyone, how do I run the code on the embedded GPU? I understand correctly that I should use OpenCL?
open
2021-03-05T12:10:56Z
2021-04-22T12:59:54Z
https://github.com/ageitgey/face_recognition/issues/1290
[]
RarDay
2
docarray/docarray
pydantic
1,780
Release Note
# Release Note This release contains 3 bug fixes and 4 documentation improvements, including 1 breaking change. ## 💥 Breaking Changes ### Changes to the return type of `DocList.to_json()` and `DocVec.to_json()` In order to make the `to_json` method consistent across different classes, we changed its return type in...
closed
2023-09-07T07:09:57Z
2023-09-07T13:50:39Z
https://github.com/docarray/docarray/issues/1780
[]
JoanFM
5
graphql-python/graphene-django
django
1,503
SerializerMutation return types are incompatible with the relay updater api
**Is your feature request related to a problem? Please describe.** In relay, mutations use a store updater that has the ability to update automatically the store, without the need to write an updater function, if the mutation object return type is provided in a shape undersood by relay. The current implementation of t...
open
2024-03-05T02:26:08Z
2024-04-10T08:58:16Z
https://github.com/graphql-python/graphene-django/issues/1503
[ "✨enhancement" ]
advl
0
python-restx/flask-restx
api
264
No validation error thrown when strict mode for validating model fields set to true
When I pass a spurious parameter not defined in my model where the strict parameter is set to true and the method is decorated with api.expect(model, validate=True) no validation error is thrown. Is my implementation incorrect or is this a bug? I have a simple Users resource with a put method to update all user info...
closed
2020-12-17T17:47:24Z
2020-12-18T15:55:44Z
https://github.com/python-restx/flask-restx/issues/264
[ "bug" ]
clpatterson
2
plotly/dash
data-science
3,151
add dash-pivottable to core components
We should move https://github.com/plotly/dash-pivottable into this repository as a component.
open
2025-02-06T19:01:19Z
2025-02-06T19:01:19Z
https://github.com/plotly/dash/issues/3151
[ "feature", "P2" ]
gvwilson
0
drivendataorg/cookiecutter-data-science
data-science
139
Persisting large models
Are large models (say, between 600MB to 2GB) packaged with the code, or persisted somewhere else? If they are persisted somewhere else, does that invalidate the `src/models/predict_model.py` method?
closed
2018-08-21T19:02:15Z
2019-01-29T17:52:57Z
https://github.com/drivendataorg/cookiecutter-data-science/issues/139
[]
jtascensao
1
chainer/chainer
numpy
8,393
Docs build is warned by Sphinx>=2
Sphinx (`2.2.1` or `master`) produces the following two kinds of warnings in my environment. ### `duplicate object description` I think cross refs to such object is ambiguous. ### `autosummary: stub file not found` There are - `chainer.dataset.Converter` base class and - `chainer.dataset.converter` deco...
closed
2019-11-08T06:26:27Z
2020-06-12T07:30:09Z
https://github.com/chainer/chainer/issues/8393
[ "cat:document", "stale", "prio:high" ]
toslunar
4
httpie/cli
api
752
Does not handle HTTP informational responses correctly
httpie incorrectly treats informational responses (102-199) as a final response, printing the response headers and exiting. ``` $ http :5000/102 HTTP/1.1 102 Processing $ ``` Compare to what actually happens: ``` $ nc 127.0.0.1 5000 GET /102 HTTP/1.1 HTTP/1.1 102 Processing HTTP/1.1 200 OK … ``` ...
open
2019-02-12T20:01:44Z
2021-12-28T12:42:09Z
https://github.com/httpie/cli/issues/752
[ "bug" ]
daguej
0
absent1706/sqlalchemy-mixins
sqlalchemy
116
Exploring the Repository Pattern
I have been experimenting with the repository pattern using these mixins. Here is the gist https://gist.github.com/aurthurm/0a654760174edc3f27f7ef80b905da72
closed
2024-09-01T16:16:59Z
2024-09-09T14:13:48Z
https://github.com/absent1706/sqlalchemy-mixins/issues/116
[]
aurthurm
1
SYSTRAN/faster-whisper
deep-learning
1,165
how not to get the Smooth text
![94c98079c5e3acd088fabc1f1ce6b49](https://github.com/user-attachments/assets/064e4a61-c0be-4b70-90e3-a37e44dbc326)
open
2024-11-22T09:21:10Z
2024-11-22T09:21:10Z
https://github.com/SYSTRAN/faster-whisper/issues/1165
[]
LRY1994
0
retentioneering/retentioneering-tools
data-visualization
12
Bugs with plot_graph() using Safari browser
Nodes labels misalignment. Arrows misplacements
closed
2020-01-31T13:23:29Z
2020-10-05T23:28:44Z
https://github.com/retentioneering/retentioneering-tools/issues/12
[]
tokedo
1
scikit-image/scikit-image
computer-vision
7,157
Gallery backlinks are underlined now since pydata-sphinx-theme 0.14
I just noticed that in or dev docs the [backlinks in gallery examples are currently underlined](https://scikit-image.org/docs/dev/auto_examples/numpy_operations/plot_structuring_elements.html#sphx-glr-auto-examples-numpy-operations-plot-structuring-elements-py). I think that's due to the update to PyData theme 0.14 (wa...
closed
2023-09-26T19:09:22Z
2023-10-19T07:53:34Z
https://github.com/scikit-image/scikit-image/issues/7157
[ ":page_facing_up: type: Documentation" ]
lagru
6
AirtestProject/Airtest
automation
1,073
Flutter App - how to distinguish icon name or key from the image widget
Airtest IDE: v1.2.14 Android phone: Pixel 4a Android OS: 12 <img width="624" alt="Screenshot 2022-08-08 at 5 25 14 PM" src="https://user-images.githubusercontent.com/95615371/183386197-6bb1a33a-2577-4395-88a3-f63e9863559c.png">
open
2022-08-08T09:29:20Z
2022-08-08T09:29:20Z
https://github.com/AirtestProject/Airtest/issues/1073
[]
andychan06
0
ydataai/ydata-profiling
pandas
1,639
stationarity test
### Missing functionality It would be nice if the parameters for adfuller could be configured. ### Proposed feature If you have very large data sets, then using the standard AIC takes too much time and too much RAM. It would be nice to chose BIC or maxlags. e.g. result = adfuller(series.dropna(), autolag=...
closed
2024-08-08T14:12:29Z
2024-10-28T17:41:37Z
https://github.com/ydataai/ydata-profiling/issues/1639
[ "feature request 💬" ]
Blackandwhite23
1
lanpa/tensorboardX
numpy
17
Not compatible with tensorflow 1.3?
After I installed tensorflow 1.3 ,tensorboard can be used in terminal But after I installed tensorboard-pytorch, it can not work: ``` Traceback (most recent call last): File "/usr/local/bin/tensorboard", line 7, in <module> from tensorboard.main import main ImportError: No module named 'tensorboard.main' ...
closed
2017-08-22T14:18:57Z
2021-12-04T08:50:30Z
https://github.com/lanpa/tensorboardX/issues/17
[]
nsknsl
13
microsoft/nni
tensorflow
5,642
documentation regarding environment variable set by nni
**What would you like to be added**: documentation for environment variables used by nni. **Why is this needed**: I was trying to save pytorch model checkpoint while using `nnictl experiment create`. But in the trail script, I couldn't find a proper way to access path to current trial directory. I did some digging...
open
2023-07-19T20:00:59Z
2023-08-11T06:56:08Z
https://github.com/microsoft/nni/issues/5642
[]
busFred
0
PrefectHQ/prefect
automation
16,791
Worker Logs UI not tailing nicely
### Bug summary When on the worker logs if you try to scroll down to the most recent logs the view constantly scrolls up a little bit, so that you can't easily sit and read the logs. See attached video for demonstration. https://github.com/user-attachments/assets/5b40ad8e-20c7-4ce1-8e48-db5126d0ef77 ### Version in...
open
2025-01-21T04:30:43Z
2025-02-10T21:48:59Z
https://github.com/PrefectHQ/prefect/issues/16791
[]
jfloodnet
1
dmlc/gluon-cv
computer-vision
1,301
Typos on the tutorials page of Object Tracking.
01. Single object tracking with pre-trained SiamRPN models > You need to prepare two things to start a tracking demo, the video and its first frame object coordinates. The coordinates show the region of interest where to track, and in the format of (center_x, center_y, weight, height). I think this is correct. ...
closed
2020-05-12T03:59:25Z
2020-06-08T05:02:03Z
https://github.com/dmlc/gluon-cv/issues/1301
[]
dai-ichiro
3