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
ultralytics/ultralytics
python
19,670
More robust mechanism to control the maximum usage of GPU memory to prevent OOM.
### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description The GPU memory usage during object detection training is affected by TaskAlignedAssigner. For some data sets, there may be too many positi...
open
2025-03-13T02:10:15Z
2025-03-14T01:24:12Z
https://github.com/ultralytics/ultralytics/issues/19670
[ "enhancement", "detect" ]
daikankan
2
piskvorky/gensim
machine-learning
2,813
Use python_requires in setup.py
https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires, please :) _Originally posted by @menshikh-iv in https://github.com/RaRe-Technologies/gensim/pull/2812_
closed
2020-04-28T05:04:33Z
2020-05-02T22:38:14Z
https://github.com/piskvorky/gensim/issues/2813
[ "housekeeping" ]
mpenkov
1
mars-project/mars
numpy
2,420
[BUG] The shared_memory storage backend (Python <= 3.7) may lose data when process crash
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** ``` python mars/deploy/oscar/tests/test_fail.py:73 (test_rerun_subtask_describe[fault_config0]) fault_cluster = <mars.deploy.oscar.local.Loca...
open
2021-09-03T02:46:08Z
2021-09-03T02:46:08Z
https://github.com/mars-project/mars/issues/2420
[]
fyrestone
0
ageitgey/face_recognition
machine-learning
1,009
Japanese Translate
Hi, there. This software is awesome, so I'd like to translate README.md into Japanese so that more Japanese developers can use it. Do you mind if I do that?
open
2019-12-19T23:35:05Z
2019-12-20T07:57:32Z
https://github.com/ageitgey/face_recognition/issues/1009
[]
m-i-k-i
2
harry0703/MoneyPrinterTurbo
automation
17
试了好多次。好多处错误。。也不晓得我这是错在哪儿了
TimeoutError Traceback: File "C:\Users\10046\anaconda3\envs\MoneyPrinterTurbo\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 542, in _run_script exec(code, module.__dict__) File "C:\Users\10046\MoneyPrinterTurbo\webui\Main.py", line 154, in <module> asyncio.run(tm.start(task_id=ta...
closed
2024-03-17T12:07:02Z
2024-03-17T12:19:57Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/17
[]
villain2022
1
xuebinqin/U-2-Net
computer-vision
250
Why does the output image change?
Hi Qin, Great work indeed. Anyway, can you tell me the reason for the color change in the output image Thank you
open
2021-08-26T12:17:40Z
2021-09-15T18:16:43Z
https://github.com/xuebinqin/U-2-Net/issues/250
[]
ashikrafi
3
alteryx/featuretools
scikit-learn
1,771
Remove pandas workaround in `_roll_series_with_gap`
In #1770, a workaround had to be added for the following pandas bug https://github.com/pandas-dev/pandas/issues/43016. This bug has been fixed and will be released as a part of pandas `1.4.0` release. Once 1.4.0 is out and we're okay with upping our min requirement, we can remove the workaround.
closed
2021-11-04T21:10:08Z
2022-08-17T00:21:09Z
https://github.com/alteryx/featuretools/issues/1771
[]
tamargrey
1
plotly/dash-component-boilerplate
dash
101
Include own component in the main program
I was able to create my component by following this instruction (https://dash.plotly.com/react-for-python-developers). The component starts separately, everything is fine. But I don’t understand how to add it to the main program. Please help me.
open
2020-06-10T10:05:38Z
2020-08-04T20:16:15Z
https://github.com/plotly/dash-component-boilerplate/issues/101
[]
nikushin
1
waditu/tushare
pandas
1,715
pro.major_news中,部分src完全相同的重复新闻在一个很短时间段内超过200篇,挤占其他新闻提取,期待官方去重
新闻通讯`pro.major_news`中,部分`src`重复新闻在一个很短时间段超过200篇,很容易挤占其他`src`的新闻提取,因为接口有每次提取的限额,这样会导致有些新闻提取不到,以下面时间段为例,5分钟内有超过200篇,实际上去重后仅有16篇。期待官方去重。 ```python df = pro.major_news(src='', start_date='2020-06-03 08:30:00', end_date='2020-06-03 08:35:00', fields='pub_time,title,content,src') print(len(df)) print(len(df.drop_duplicat...
open
2023-08-02T09:50:31Z
2023-08-03T04:44:53Z
https://github.com/waditu/tushare/issues/1715
[]
firezym
0
coqui-ai/TTS
python
3,507
Clarification on Representing Pauses in Training Data and Acronym Formatting in metadata.txt
Hello, I am working with the xtts_v2 dataset and have encountered a couple of areas where I would appreciate some clarification: 1. **Acronym Representation in metadata.txt**: Our dataset includes the acronym "ESG". Should this be formatted as "E.S.G", "E-S-G", or "E S G" in the metadata.txt file? I want to ens...
closed
2024-01-10T09:21:03Z
2024-02-18T08:58:21Z
https://github.com/coqui-ai/TTS/issues/3507
[ "wontfix", "feature request" ]
bensonbs
1
automl/auto-sklearn
scikit-learn
1,666
issue for importing auto sklearn
I try to install the auto-sklearn on my Mac. pip install auto-sklearn it says successfully installed auto-sklearn-0.15.0 However, when I run "import autosklearn" IncorrectPackageVersionError Traceback (most recent call last) [~/Documents/Nutstore_llg_pdf/Nutstore/Research_related_concepts/IEM_projec...
open
2023-05-08T20:16:34Z
2023-05-12T00:54:49Z
https://github.com/automl/auto-sklearn/issues/1666
[]
ycagelulu
1
wkentaro/labelme
computer-vision
882
[BUG] Open Dir not working correctly.
**Describe the bug** I have a collection of labled files with json format. I want to review them with labelme. I launched labelme and clicked 'Open Dir' in the menu list. I selected the folder containing the labeled files. But nothing happend.
closed
2021-07-05T07:49:23Z
2022-09-26T14:33:10Z
https://github.com/wkentaro/labelme/issues/882
[]
ranbims
1
OFA-Sys/Chinese-CLIP
computer-vision
13
grad-checkpointing error
Hi an~ @yangapku When I set the parameter 'grad-checkpointing' to True, but report this error: ---------- RuntimeError: Expected to mark a variable ready only once. This error is caused by one of the following reasons: 1) Use of a module parameter outside the `forward` function. Please make sure model parameters ...
closed
2022-11-16T08:46:06Z
2023-05-11T11:20:23Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/13
[ "question", "需要更多信息" ]
mynameischaos
6
harry0703/MoneyPrinterTurbo
automation
255
生成视频时报错OSError访问时间 t=180.02-180.07 秒,剪辑持续时间=180.000000 秒
OSError:文件 C:\MoneyPrinterTurbo-Portable-Windows\MoneyPrinterTurbo\resource\songs\output022.mp3 中出现错误,访问时间 t=180.02-180.07 秒,剪辑持续时间=180.000000 秒, 追溯: File "C:\MoneyPrinterTurbo-Portable-Windows\lib\python\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 542, in _run_script exec(code, modu...
closed
2024-04-13T13:59:25Z
2024-04-13T14:11:53Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/255
[]
360PB
1
wkentaro/labelme
deep-learning
646
AttributeError: Module 'labelsme.utils' has no attribute 'draw_label'
Thanks fro this great tool. I'm willing to use this tool for semantic segmentation. Tool is install and I have saved JSON file after the annotation. But whenever I run this bellow command to generate mask image from annotated image. It gives me this error. `labelme_draw_label_png C:\Users\Lenovo\Desktop\custom_nails...
closed
2020-04-16T14:13:30Z
2020-05-20T12:06:39Z
https://github.com/wkentaro/labelme/issues/646
[]
codulers
1
thtrieu/darkflow
tensorflow
722
Can’t get darkflow to process screenshots in realtime...
I tried to create a simple program which captures screenshots (using mss) and gets tensorflow to predict/detect elements in the images, but it's not working. Here's part of the code: while (True): with mss.mss() as sct: #Get raw pixels from the screen sct_img = sct.grab(sct.monitors[1]) #Conv...
open
2018-04-16T05:20:28Z
2018-04-16T05:20:28Z
https://github.com/thtrieu/darkflow/issues/722
[]
the-machine-preacher
0
django-oscar/django-oscar
django
3,906
AttributeError: 'WSGIRequest' object has no attribute 'user'
### Issue Summary Installation in development environment returns the error: AttributeError: 'WSGIRequest' object has no attribute 'user' ### Steps to Reproduce 1. install django-oscar follow get started documentation. 2. I modified the settings suggested in the documentation. 3. I ran the management com...
closed
2022-04-05T20:29:21Z
2022-04-06T04:01:19Z
https://github.com/django-oscar/django-oscar/issues/3906
[]
edgabaldi
2
mitmproxy/mitmproxy
python
6,302
Build Failure: maturin - protoc binary not found on Android/Termux
#### Problem Description I'm using the Termux environment to run mitmproxy on my Android phone, which uses a non-standard `/bin` directory. When installing mitmproxy-rs throuth `pip`, `protoc` is not found despite being in the path. Is there a way to explicitly tell the build system where to look for `protoc`? <det...
closed
2023-08-05T19:16:41Z
2023-08-07T13:36:08Z
https://github.com/mitmproxy/mitmproxy/issues/6302
[ "kind/triage" ]
AgentConDier
6
MentatInnovations/datastream.io
jupyter
21
Anomaly detector interface for categorical data
open
2018-02-20T07:04:02Z
2018-04-30T09:01:38Z
https://github.com/MentatInnovations/datastream.io/issues/21
[ "enhancement" ]
canagnos
1
mwaskom/seaborn
matplotlib
3,320
LOWESS Smoother for The .objects Interface
Here's a LOWESS smoother for the .object interface. Like @tomicapretto, I slightly modified the PolyFit implementation. Until there is a release with a LOWESS smoother, this may do. ``` """A smoother that has the same interface as the Seaborn PolyFit class.""" from __future__ import annotations from dataclasse...
open
2023-04-13T13:11:30Z
2023-08-27T12:13:38Z
https://github.com/mwaskom/seaborn/issues/3320
[ "wishlist" ]
tbpassin
2
keras-team/keras
pytorch
20,339
ValueError: The layer sequential_6 has never been called and thus has no defined input
I am implementing the autoencoder code at https://jovian.ai/1potdish/autoencoder-tensorflow-pytorch where I can successfully complete optimizer = keras.optimizers.Adam() loss = keras.losses.MeanSquaredError model.compile(optimizer=optimizer, loss= loss, metrics=["accuracy"]) model.fit(x , x, epochs=20) which end...
closed
2024-10-11T20:15:50Z
2024-11-14T02:01:49Z
https://github.com/keras-team/keras/issues/20339
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
dgcovell
4
tox-dev/tox
automation
2,946
Provide public API with path to project for plugins
## What's the problem this feature will solve? After discussion in #2886 I have decided to create a plugin to simplify minimum requirements testing https://pypi.org/project/tox-min-req/. But during development, I meet problems with determining the path to the project. Finally, I decide to use `tox_env.core._root` ...
closed
2023-03-15T10:56:47Z
2023-03-15T15:21:24Z
https://github.com/tox-dev/tox/issues/2946
[ "enhancement" ]
Czaki
0
ultralytics/yolov5
deep-learning
12,898
How can I resize images of my dataset before using them as input for training the model?
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hello I have a data set of images with a the size of N x N, I want to use bi linear inte...
closed
2024-04-09T10:00:16Z
2024-10-20T19:43:17Z
https://github.com/ultralytics/yolov5/issues/12898
[ "question", "Stale" ]
navidTerraNova
3
aidlearning/AidLearning-FrameWork
jupyter
115
I can not start terminal
exec("/data/data/com.aidlux/files/usr/bin/login"): No such file or directory
closed
2020-07-19T12:22:03Z
2020-07-29T01:07:05Z
https://github.com/aidlearning/AidLearning-FrameWork/issues/115
[ "question" ]
uicdb
2
samuelcolvin/watchfiles
asyncio
1
Initial Update
Hi 👊 This is my first visit to this fine repo, but it seems you have been working hard to keep all dependencies updated so far. Once you have closed this issue, I'll create separate pull requests for every update as soon as I find one. That's it for now! Happy merging! 🤖
closed
2017-10-17T12:17:16Z
2017-10-17T12:17:50Z
https://github.com/samuelcolvin/watchfiles/issues/1
[]
pyup-bot
0
newpanjing/simpleui
django
431
DateTimeField 不能输入秒钟吗?
<img width="241" alt="image" src="https://user-images.githubusercontent.com/46780118/162139613-018694e9-a4bc-49b1-ac84-00a2057f8628.png"> 不能输入秒钟精度不够,有什么办法可以解决吗
closed
2022-04-07T07:03:32Z
2024-11-26T01:09:08Z
https://github.com/newpanjing/simpleui/issues/431
[ "enhancement" ]
rendaoer
2
christabor/flask_jsondash
flask
83
Add Vega support
https://vega.github.io/vega-lite
closed
2017-02-11T01:10:22Z
2017-05-03T06:47:31Z
https://github.com/christabor/flask_jsondash/issues/83
[]
christabor
2
STVIR/pysot
computer-vision
62
some questions on test and training
1. I use demo.py to test siamrpn_alex_dwxcorr model。After setting config and model with [https://drive.google.com/drive/folders/1t62x56Jl7baUzPTo0QrC4jJnwvPZm-2m](url) 。 the code has error like this: ********************************************* Traceback (most recent call last): File "tools/demo.py", line 111,...
closed
2019-06-18T14:48:23Z
2019-06-19T02:08:59Z
https://github.com/STVIR/pysot/issues/62
[]
xi-mao
2
horovod/horovod
tensorflow
4,027
Early Stopping tf.keras Crashes
I am using Sagemaker and Horovod with Tensorflow Keras and the error I am seeing suggests that when the rank 0 process ceases due to early stopping, the other processes continue and then crashes when they try to communicate with the stopped process. I am using keras.fit() and a call back, added to rank 0: ``` ...
open
2024-03-08T03:16:15Z
2024-03-08T03:16:15Z
https://github.com/horovod/horovod/issues/4027
[ "bug" ]
AllardJM
0
django-oscar/django-oscar
django
3,933
Handling of EU-VAT / strategy not flexible enough?
I'm currently exploring the option of setting up a django-oscar based webshop in the EU. I'm an experienced software developer myself, so extending oscar is generally not a problem, and I'm happy to do so. However, I think the core infrastructure is insufficient to cover the requirements (which IMHO are identical fo...
open
2022-06-20T16:24:12Z
2023-09-04T14:11:57Z
https://github.com/django-oscar/django-oscar/issues/3933
[ "☼ Enhancement" ]
laf0rge
4
alteryx/featuretools
data-science
1,771
Remove pandas workaround in `_roll_series_with_gap`
In #1770, a workaround had to be added for the following pandas bug https://github.com/pandas-dev/pandas/issues/43016. This bug has been fixed and will be released as a part of pandas `1.4.0` release. Once 1.4.0 is out and we're okay with upping our min requirement, we can remove the workaround.
closed
2021-11-04T21:10:08Z
2022-08-17T00:21:09Z
https://github.com/alteryx/featuretools/issues/1771
[]
tamargrey
1
K3D-tools/K3D-jupyter
jupyter
261
Mesh vertex color
Is there a way to directly display per-vertex RGB color with mesh?
closed
2021-02-07T03:44:56Z
2021-02-09T00:07:40Z
https://github.com/K3D-tools/K3D-jupyter/issues/261
[]
cheng-chi
4
pennersr/django-allauth
django
3,654
[SAML] SLS required but is optional in SAML spec #3579
SLS or "single logout service" is a non-required part of a SAML specification. By default in our internal SAML app configurations, it is disabled: <img width="1323" alt="image" src="https://github.com/coreweave/cloud-app/assets/2043821/9220dee5-2360-4454-86f6-a008001589fc"> However, [at least one spot in the S...
closed
2024-02-22T19:56:01Z
2024-05-01T22:54:34Z
https://github.com/pennersr/django-allauth/issues/3654
[]
mecampbellsoup
4
pyg-team/pytorch_geometric
deep-learning
8,867
TorchScript instance from torch.jit.script() runs successfully but throws type mismatch when loading from file
### 🐛 Describe the bug In my example below, I can compile a Torchscript model of GENConv and compute the result Y1, however when I load the model from the saved file and try to calculate Y2 it throws a Type mismatch error. This is related to the input validation of Union[Tensor, OptPairTensor] in the Message Passing ...
closed
2024-02-05T18:21:01Z
2024-10-02T19:03:55Z
https://github.com/pyg-team/pytorch_geometric/issues/8867
[ "bug" ]
conormcg94
6
microsoft/qlib
machine-learning
1,833
How to do portfolio simulation and backtest with the original stock prices instead of the adjusted ones
Dear Qlib Team, Thank you very much for providing this great framework! I understand based on the documentation that the prices of the stocks are adjusted and the original price can be get via $close / $factor. But now I wanted to ask if it is possible to **run the whole portfolio simulation and backtest wit...
closed
2024-07-24T10:36:28Z
2025-03-13T09:36:13Z
https://github.com/microsoft/qlib/issues/1833
[ "question" ]
tonduy
1
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
661
[GOOD FIRST ISSUE]: Encapsulate sleep timers
### Issue summary Encapsulate sleep timers ### Detailed description slightly better code would be to not have so many literals floating around. I propose to encapsulate the sleep timers in a medium or short sleep function in the utils. This will make editing these in the future more simple ### Steps to reproduce (i...
closed
2024-10-29T16:21:55Z
2024-10-29T18:36:35Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/661
[ "good first issue" ]
FrancescoVassalli
2
QingdaoU/OnlineJudge
django
214
如何部署自己构建的镜像?
我用 docker build -t registry.cn-hangzhou.aliyuncs.com/onlinejudge/oj_backend:latest . 构建了oj_backend 的镜像 然后执行部署工程 sudo -E docker-compose up -d 。judge_server 和 oj_backend 都出现了 unhealthy
closed
2019-01-08T09:52:01Z
2019-01-09T09:35:18Z
https://github.com/QingdaoU/OnlineJudge/issues/214
[]
wooden1985
1
PablocFonseca/streamlit-aggrid
streamlit
279
[Question] Why Altair is <5?
Hi, I’m trying to use the Altair chart library with Streamlit, and installing it with Poetry causes a conflict. (the newest version is 5.3, which is incompatible with your project dependency lock version <5). I wonder why. There is no usage of Altair found in this repo (hopefully GitHub search tool doesn't miss i...
open
2024-06-07T12:49:10Z
2024-10-23T20:55:24Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/279
[]
duyanh-y4n
2
plotly/dash
data-science
2,443
[BUG] x unified with hoverinfo
When creating a plot where each datapoint is an independent trace with graph_objects, if I want to hide some values when hovering, I have to use hoverinfo together with hover text. However, when doing so, if I set hovermode="x unified", the x axes value does not show when hovering at the top of the hover label.
closed
2023-03-06T07:36:17Z
2024-07-25T13:03:24Z
https://github.com/plotly/dash/issues/2443
[]
asicoderOfficial
2
jessevig/bertviz
nlp
60
Neuron view: too many indices for tensor of dimension 1
The Colab notebook link for BERT--Neuron view has the problem that says 'IndexError: too many indices for tensor of dimension 1'. I wonder how to fix it?
closed
2020-11-16T03:14:38Z
2021-01-31T14:43:05Z
https://github.com/jessevig/bertviz/issues/60
[]
Jazzssmine
5
Neoteroi/BlackSheep
asyncio
164
Add Extensions section the README file
## 🚀 Feature Request Add Extension onto the README file ### Description It allows to users find quickly links for BlackSheep's extensions.
closed
2021-06-07T08:36:57Z
2023-06-30T21:22:04Z
https://github.com/Neoteroi/BlackSheep/issues/164
[]
myusko
1
sinaptik-ai/pandas-ai
data-visualization
684
Multi-table QnA
@gventuri, I got a quick question. I saw the multi dataframe setup and I really liked it. But does it has to match columns to give a response from multiple tables? or can it iterate over all the data frames and provide the answer most relevant? (This is really important for me)
closed
2023-10-25T07:37:16Z
2024-06-01T00:12:02Z
https://github.com/sinaptik-ai/pandas-ai/issues/684
[]
Dipankar1997161
0
qwj/python-proxy
asyncio
104
[HELP] Can I use It with TOR socks5 as relay to create http+ssl proxy
closed
2020-12-21T21:52:12Z
2020-12-21T22:43:28Z
https://github.com/qwj/python-proxy/issues/104
[]
madzohan
0
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,365
Discrepancy of dataset size in the two domains
Hello, I'm trying to adopt the idea of CycleGAN on solving a domain mapping problem. Say I have domain A and B, and I want a function mapping data from B to A. The problem is that the amount of available data in the two domains differ significantly: I have ~20k entries in domain A and only ~4k entries in domain B...
closed
2022-01-11T04:01:36Z
2022-01-14T01:18:26Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1365
[]
marcmk6
2
recommenders-team/recommenders
machine-learning
1,547
BUG: Installation from PyPi failing , The Docker GPU is the only one that works fine
### Description <!--- Describe your issue/bug/request in detail --> Trying to install recommenders via "pip install recommenders" fails. However if I download the git repository and do "pip install -e . " it succeeds. The Dockerfile script is based on installing from PyPi and it fails. Get this message: [91mmesg: ...
closed
2021-10-09T20:22:15Z
2022-01-19T14:19:41Z
https://github.com/recommenders-team/recommenders/issues/1547
[ "bug" ]
saurk
2
pandas-dev/pandas
pandas
60,600
BUG: loc[] returns object type instead of float
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/...
open
2024-12-23T23:43:44Z
2025-03-03T14:19:44Z
https://github.com/pandas-dev/pandas/issues/60600
[ "Bug", "Indexing", "Dtype Conversions" ]
metazoic
13
kizniche/Mycodo
automation
565
Mycodo 5.7.3 cannot update
## Mycodo Issue Report: Version 5.7.3 Hi All, I cannot update to new version Thanks much! trying to update ### Errors [2018-06-20 12:05:39] [2018-06-20 12:05:39] [2018-06-20 12:05:39] Installed version: 5.7.3 [2018-06-20 12:05:39] Latest version: usage: github_release_info.py [-h] [-c] [-i] [-l] [-m...
closed
2018-11-15T16:15:38Z
2018-11-15T16:40:14Z
https://github.com/kizniche/Mycodo/issues/565
[]
alonrab
2
ultralytics/yolov5
pytorch
13,215
?????
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug yeugaiyuelaiji ### Environment sss ### Minimal Reproducible Example sss ### Additional sss ### Are you willing to subm...
open
2024-07-24T14:19:09Z
2024-10-20T19:50:44Z
https://github.com/ultralytics/yolov5/issues/13215
[ "bug" ]
thestars-maker
2
open-mmlab/mmdetection
pytorch
11,739
AssertionError: Results do not correspond to current coco set
This is my config file `_base_ = [ '../_base_/datasets/sixray_detection.py', '../_base_/default_runtime.py' ] # -------------------------------------------------# # 记录一下更改内容 # 第一,改上面的数据集 # 第二,将frozen_block=1注释掉 # 第三,RandomChoiceResize中的图片比例不符合320*320,需要更改 # 第四,类别数从80-->15 # 第五,由于只有一张显卡,所以auto_scale_lr的bat...
open
2024-05-24T04:20:42Z
2024-05-24T04:20:58Z
https://github.com/open-mmlab/mmdetection/issues/11739
[]
xyb1314
0
allure-framework/allure-python
pytest
813
The first "Suite" in the Allure report has inconstant path compared to the remaining "Suites"
**Describe the bug** When using Jenkins with pytest-5.2.0, allure-pytest-2.8.6 and Allure Jenkins Plugin 2.28.1 to run unit tests and generate an Allure report for multiple applications (AWS lambdas) the first "Suite" in the Allure report has inconstant path compared to the remaining "Suites". **To Reproduce** Ste...
open
2019-11-19T11:31:00Z
2024-05-08T15:05:06Z
https://github.com/allure-framework/allure-python/issues/813
[]
sheridansmall
0
dmlc/gluon-nlp
numpy
1,110
[reproducibility] add util function to enhance reproducibility
There are a few seeds that may lead to nondeterministic training loss: ``` random.seed(seed) mx.random.seed(seed) numpy.random.seed(seed) ``` Sometimes our users miss one of them. Shall we add an API `gluonnlp.utils.seed` to set the seed for all of them?
closed
2020-01-14T22:32:43Z
2020-02-18T17:04:49Z
https://github.com/dmlc/gluon-nlp/issues/1110
[ "enhancement" ]
eric-haibin-lin
4
influxdata/influxdb-client-python
jupyter
324
InfluxDB crashes on self.client.query_api().query() with large dataset
<!-- Thank you for reporting a bug. * Please add a :+1: or comment on a similar existing bug report instead of opening a new one. * https://github.com/influxdata/influxdb-client-python/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3Abug+ * Please check whether the bug c...
closed
2021-08-31T10:03:42Z
2021-09-17T05:51:17Z
https://github.com/influxdata/influxdb-client-python/issues/324
[ "question", "wontfix" ]
Bart-1992
8
abhiTronix/vidgear
dash
78
[Bug]: Assertion error in CamGear API during colorspace manipulation
<!-- Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon...
closed
2019-12-12T14:58:29Z
2019-12-16T03:13:06Z
https://github.com/abhiTronix/vidgear/issues/78
[ "BUG :bug:", "SOLVED :checkered_flag:" ]
abhiTronix
1
PaddlePaddle/ERNIE
nlp
373
README中的时间延迟是否写反了?
如下图: ![image](https://user-images.githubusercontent.com/12854979/69503880-31c93f80-0f59-11ea-9bf7-1939ca17007a.png) ERNIE-tiny和ERNIE2.0的延迟似乎写反了
closed
2019-11-24T23:58:50Z
2019-11-25T06:15:20Z
https://github.com/PaddlePaddle/ERNIE/issues/373
[]
AnShengqiang
2
dunossauro/fastapi-do-zero
sqlalchemy
2
Faltou citar a instalação do isort no tópico: FastAPI do Zero Configurando o ambiente de desenvolvimento
![image](https://github.com/dunossauro/fastapi-do-zero/assets/69133673/6e264a68-6291-4f0e-ba5a-c15f4c24827c) O isort é instalado no poetry add --group dev também?
closed
2023-07-24T16:31:09Z
2023-07-24T18:12:39Z
https://github.com/dunossauro/fastapi-do-zero/issues/2
[]
RogerioCampos07
1
huggingface/diffusers
pytorch
10,343
CogView3-Plus-3B: RuntimeWarning: invalid value encountered in cast images = (images * 255).round().astype("uint8") output black image
### Describe the bug Getting this error during inference and output is black image ``` C:\ai1\\venv\lib\site-packages\diffusers\image_processor.py:147: RuntimeWarning: invalid value encountered in cast images = (images * 255).round().astype("uint8") ``` Inference code ``` import torch from diffusers im...
closed
2024-12-22T10:52:39Z
2024-12-22T11:17:36Z
https://github.com/huggingface/diffusers/issues/10343
[ "bug" ]
nitinmukesh
4
ets-labs/python-dependency-injector
asyncio
119
Add validation of provider types for declarative and dynamic catalogs
closed
2015-12-11T18:02:00Z
2015-12-16T10:07:12Z
https://github.com/ets-labs/python-dependency-injector/issues/119
[ "feature" ]
rmk135
0
sqlalchemy/alembic
sqlalchemy
974
Support multiple bases on the same Database
**Describe the use case** Related to #777: Currently multiple bases are supported, but do not work if one base vanishes, as then the `version_num` from the version table might reference a vanished version and alembic breaks. **Example use case** Imagine you have some project with plugin functionality like nextclou...
closed
2021-12-19T23:36:35Z
2022-01-12T13:22:51Z
https://github.com/sqlalchemy/alembic/issues/974
[ "use case", "expected behavior" ]
susnux
3
hatchet-dev/hatchet
fastapi
611
hatchet-lite doesnt seem to be setting up properly.
Followed the instructions which consisted of copy/pasting the docker compose file and running: docker compose -f ./docker-compose.hatchet.yaml up everything looks like it starts up but I am unable to log in. An inspection of the logs shows: ![image](https://github.com/hatchet-dev/hatchet/assets/1702787/64f0...
closed
2024-06-18T18:00:49Z
2024-06-18T18:58:20Z
https://github.com/hatchet-dev/hatchet/issues/611
[]
mattrochon
7
MaartenGr/BERTopic
nlp
1,429
Question on incremental training and a suggestion
Hi, Thank you so much for creating such a cool and interactive and highly modular technique in Topic Modeling. I have a question and a recommendation. Regarding the question, I'm curious if there are any options for online training while still using HDBSCAN and UMAP. These methods offer powerful concepts for dime...
open
2023-07-25T19:56:09Z
2023-08-01T17:15:33Z
https://github.com/MaartenGr/BERTopic/issues/1429
[]
mohammadm1985
12
microsoft/nni
data-science
5,324
ValueError: RetiariiExeConfig: type of experiment_name ('mnist_search') is not typing.Optional[str]
**Describe the issue**: I run the tutorial NAS on my M1 laptop. I build the NNI library as this [instruction](https://nni.readthedocs.io/zh/stable/notes/build_from_source.html). But an error happen: ``` ValueError: RetiariiExeConfig: type of experiment_name ('mnist_search') is not typing.Optional[str] [2023-01...
closed
2023-01-26T12:21:27Z
2023-02-15T16:47:50Z
https://github.com/microsoft/nni/issues/5324
[]
whubaichuan
6
pyg-team/pytorch_geometric
deep-learning
9,321
Batch sampling of `edge_attr` has different shape than `edge_index`
During the batch sampling, my `edge_attr` is not subsampled consistently with `edge_index`, am I missing something here? Here's my data: ``` HeteroData( source={ x=[2700, 50], size_factor=[2700], cont_cov=[2700], n_id=[2700], }, target={ size_factor=[1738], x=[1738, 50], ...
open
2024-05-15T15:50:45Z
2024-05-22T13:46:13Z
https://github.com/pyg-team/pytorch_geometric/issues/9321
[]
jykr
1
dpgaspar/Flask-AppBuilder
rest-api
1,372
allow multi roles in AUTH_USER_REGISTRATION_ROLE
I am using superset. I would like to set AUTH_USER_REGISTRATION_ROLE = "Gamma,sql_lab,hivedb" AUTH_TYPE = AUTH_LDAP AUTH_ROLE_ADMIN = 'Admin' AUTH_USER_REGISTRATION = True Multi roles seems not allowed, i don't want anyone to click roles/permission in the UI, I want all new users to get Gamma,sql_lab,hived...
closed
2020-05-19T10:52:13Z
2020-08-29T19:46:42Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1372
[ "enhancement", "stale" ]
tooptoop4
3
graphql-python/graphene
graphql
840
how can i get info arg from outside an executing query ..
im storing object ids in a db model, and i would like to use get node method to get an instance of the object refrenced by that id as a class method to the model .. but that method requires an info arg ... how can i get that info arg .. does the schema have such a method?
closed
2018-10-09T19:04:06Z
2019-03-16T11:26:56Z
https://github.com/graphql-python/graphene/issues/840
[ "question" ]
japrogramer
1
jackzhenguo/python-small-examples
tensorflow
27
大佬,可以二次分发吗?注明出处和作者。
二次分发,二次创作,项目licence 是什么?
closed
2020-02-17T12:23:48Z
2020-02-24T05:02:07Z
https://github.com/jackzhenguo/python-small-examples/issues/27
[]
fendouai
3
errbotio/errbot
automation
764
Error installing plugin: AttributeError: 'tuple' object has no attribute 'tb_frame'
Installing a new plugin via `!!repos install sijis/err-imdb`, I'm getting the following stacktrace: ``` An error happened while processing a message ("!!repos install sijis/err-imdb"): Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/errbot/errBot.py", line 480, in _execute_and_send for ...
closed
2016-05-23T17:02:31Z
2016-06-09T01:49:48Z
https://github.com/errbotio/errbot/issues/764
[]
sijis
0
litestar-org/litestar
asyncio
3,820
Bug: Mandatory CSRF header hard to fill in javascript
### Description Hi today, CSRF request client to both send the cookie and a header however I have trouble to send the header since the cookie is a httpOnly one that I can't access in my javascript app. I don't understand why we need both, why is it mandatory, and if it is, how should I process to retrieve the cookie...
open
2024-10-16T18:14:55Z
2025-03-20T15:55:00Z
https://github.com/litestar-org/litestar/issues/3820
[ "Bug :bug:" ]
dylandoamaral
2
giotto-ai/giotto-tda
scikit-learn
167
Memory error running 3 dimensions persistence computation
<!-- Instructions For Filing a Bug: https://github.com/giotto-learn/giotto-learn/blob/master/CONTRIBUTING.rst --> #### Description Memory error when running 3 homology dimensions persistence calculation. 2 first dimensions work ok. #### Steps/Code to Reproduce Load a dataset of 1920 9-dimensional points, comput...
closed
2020-01-13T18:52:27Z
2022-02-02T13:37:14Z
https://github.com/giotto-ai/giotto-tda/issues/167
[ "bug" ]
holmbuar
5
hatchet-dev/hatchet
fastapi
1,392
Need help with transfer data between step
Hi i am just read about hatchet to day and i want to apply it to my current project in my project i have a api that will connect to theartconnect and get then call api of it to get data i try to make it in to 2 step with hatchet : - fist make the connection - call and get the list data but at the fist step i can...
open
2025-03-24T04:21:37Z
2025-03-24T04:26:08Z
https://github.com/hatchet-dev/hatchet/issues/1392
[]
manh7890
0
aiortc/aiortc
asyncio
1,202
Error installing aiortc
Greetings, I was already working normally with Aiortc before, I think, but now I need to reinstall it to resume a project I was working on. The problem is that when I try to install it, I get the following error: fatal error C1083: The included file cannot be opened: 'libavutil/mathematics.h': No such file or direct...
closed
2024-12-16T17:25:15Z
2025-01-29T11:48:19Z
https://github.com/aiortc/aiortc/issues/1202
[]
Magnarks
2
FactoryBoy/factory_boy
django
336
Django Error when using multiple fixtures and factory.Iterator
We have several models with `ForeignKey`. These models have factories using `factory.Iterator` on the same tables (Ex: `Countries.objects.all()`, `Currencies.objects.all()`, etc.) Ex: * ```CountryID = factory.Iterator(models.Countries.objects.all()) ``` * ```CurrencyID = factory.Iterator(models.Currencies.objec...
open
2016-12-22T19:23:21Z
2024-10-21T17:22:16Z
https://github.com/FactoryBoy/factory_boy/issues/336
[ "Django" ]
jrobichaud
7
slackapi/python-slack-sdk
asyncio
1,312
Private channels not being listed in conversations_list client API call
#### The Slack SDK version `slack-sdk==3.19.5` #### Python runtime version `Python 3.8.13` #### OS info Dell Inc. Latitude 5530 - Ubuntu 22.04 - 12th Gen Intel® Core™ i7-1255U × 12 #### Steps to reproduce: Initialise Slack web client with the relevant bot token - bot token has access to the followi...
closed
2022-12-09T09:25:36Z
2022-12-09T12:49:08Z
https://github.com/slackapi/python-slack-sdk/issues/1312
[ "question", "web-client", "Version: 3x" ]
saurabh0719
5
ipyflow/ipyflow
jupyter
156
support using disk to cache memoized executions
open
2024-01-08T00:40:40Z
2024-01-08T00:40:40Z
https://github.com/ipyflow/ipyflow/issues/156
[ "enhancement" ]
smacke
0
piskvorky/gensim
data-science
3,162
Doc2Vec: when we have string tags, build_vocab with update removes previous index
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
closed
2021-06-04T05:54:12Z
2022-03-17T20:46:48Z
https://github.com/piskvorky/gensim/issues/3162
[]
espdev
13
twopirllc/pandas-ta
pandas
507
Possible Bug in the Center of Gravity Indicator
When I ran `Center of Gravity: cg` over 3 months of Bitcoin prices ("20200801" to "20201101"), I got | | Close | cg | | -- | -- | -- | | count | 132481.000000 | 132472.000000 | | mean | 11378.306788 | -5.499988 | | std | 844.355621 | 0.001991 | | min | 9881.820000 | -5.616297 | | 25% | 10710.500000 | -5.50083...
closed
2022-03-27T03:14:50Z
2022-04-17T01:27:27Z
https://github.com/twopirllc/pandas-ta/issues/507
[ "bug", "good first issue" ]
CMobley7
2
Lightning-AI/pytorch-lightning
data-science
19,730
ValueError: dictionary update sequence element #0 has length 1; 2 is required
### Bug description I am trying to train a Lightning model that inherits from pl.LightningModule and implements a simple feed-forward network. The issue is that when I run it, it spits out the below error trace coming from trainer.fit(). I found this [very similar issue](https://github.com/Lightning-AI/pytorch-lightni...
closed
2024-04-03T11:52:24Z
2024-06-13T11:14:04Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19730
[ "bug" ]
pau-altur
3
ets-labs/python-dependency-injector
flask
97
Implement catalogs reset overriding logic
Need to implement `di.AbstractCatalog` reset overriding logic like it is implemented in `di.Provider`. Catalog overriding API: ``` python class AbstractCatalog(object): overridden_by = tuple() @classmethod def override(cls, catalog): pass # @property @classmethod def is_overridden(...
closed
2015-10-12T07:04:56Z
2015-10-23T15:24:41Z
https://github.com/ets-labs/python-dependency-injector/issues/97
[ "feature" ]
rmk135
1
youfou/wxpy
api
93
实例两个机器人必须一个一个登录
厉害的作者你好: 我在实例化2个机器人的步骤中,必须登录了第一个机器人,才会继续第二个机器人的登录。 这个过程能否用多线程来更改呢,同时创建多个机器人。
closed
2017-06-22T06:49:33Z
2017-07-01T16:46:52Z
https://github.com/youfou/wxpy/issues/93
[ "question" ]
davieds
5
freqtrade/freqtrade
python
11,363
Candles always limited to 1999
## Describe your environment * Operating system: Docker image: freqtradeorg/freqtrade:stable * Python Version: 3.12.7 * CCXT version: 4.4.50 * Freqtrade Version: 4.4.50 ## Describe the problem: *Explain the problem you have encountered* ### Steps to reproduce: 1. Set in config 4900 candles ``` "orderf...
closed
2025-02-10T09:31:37Z
2025-02-10T11:31:35Z
https://github.com/freqtrade/freqtrade/issues/11363
[ "Question" ]
Bluestart83
7
pallets-eco/flask-wtf
flask
153
Get all errors as list
i am trying to get all errors as list. i have BaseForm ``` python from flask.ext.wtf import Form class BaseForm(Form): @property def error_list(self): _errors = [] for fieldName, errorMessages in self.errors.iteritems(): _errors.extend(errorMessages) return _errors ``` my...
closed
2014-09-29T16:23:55Z
2021-05-29T01:16:01Z
https://github.com/pallets-eco/flask-wtf/issues/153
[]
serkandaglioglu
2
InstaPy/InstaPy
automation
6,605
is InstaPy dead?
I see no development recently, InstaPy.io is down and the package is unusable due to cookie consent changes and captcha. is InstaPy dead? if so, is there a working fork or an alternative?
open
2022-05-08T10:05:33Z
2022-07-19T23:35:29Z
https://github.com/InstaPy/InstaPy/issues/6605
[]
hadifarnoud
4
scikit-optimize/scikit-optimize
scikit-learn
581
How can I use BayesSearchCV with a MultiOutputRegressor?
I have a problem where the output is 76 dimensions. Some models can naturally handle this, and others need to be wrapped in a MultiOutputSomething to make them work. But if I pass a MultiOutputSomething as my model to BayesSearchCV, the search space I have set up no longer applies, because it is the submodel that has a...
closed
2017-12-18T17:46:51Z
2017-12-19T22:11:14Z
https://github.com/scikit-optimize/scikit-optimize/issues/581
[]
pavelkomarov
2
twopirllc/pandas-ta
pandas
138
How to use or implement Opening Range Breakout Strategy with EMA in real market
**Which version are you running? The lastest version is on Github. Pip is for major releases.** ```python import pandas_ta as ta print(ta.version) ``` 0.1.97b **Upgrade.** ```sh $ pip install -U git+https://github.com/twopirllc/pandas-ta ``` **Is your feature request related to a problem? Please describe....
closed
2020-09-29T08:49:00Z
2024-12-16T17:28:34Z
https://github.com/twopirllc/pandas-ta/issues/138
[ "question", "info" ]
rahulmr
24
HIT-SCIR/ltp
nlp
532
如何获得自定义分词的token list的依存句法分析结果
假设有一个自定义分词后的list,如何使用ltp.sdp获得该list的依存句法结果呢?
closed
2021-08-06T07:09:59Z
2021-08-06T07:18:47Z
https://github.com/HIT-SCIR/ltp/issues/532
[]
qiaojiim
3
deepinsight/insightface
pytorch
2,446
Questions about RetinaFace.center_cache in Python package
Hi, I was reading thru the code to see if I could run a RetinaFace object in parallel for CPU execution, that is, run it in multiple threads simultaneously, and I have a few questions: 1. Why is the size of this center_cache limited to 100 ? If it helps to use a cache, it seems 100 is an incredibly small size. 2...
open
2023-10-02T01:57:41Z
2023-10-02T02:02:20Z
https://github.com/deepinsight/insightface/issues/2446
[]
by321
0
zappa/Zappa
django
815
[Migrated] Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 500 response code.
Originally from: https://github.com/Miserlou/Zappa/issues/1985 by [selimppc](https://github.com/selimppc) I did: 1. created a IAM with full `administrativeAccess` 2. Install Zappa on venv 3. Init Zappa 4. Zappa deploy dev Now getting error. I am confusing with AWS ROLE and Groups as well. ERROR: Deplo...
closed
2021-02-20T12:51:59Z
2022-08-18T12:35:56Z
https://github.com/zappa/Zappa/issues/815
[]
jneves
2
nolar/kopf
asyncio
409
[archival placeholder]
This is a placeholder for later issues/prs archival. It is needed now to reserve the initial issue numbers before going with actual development (PRs), so that later these placeholders could be populated with actual archived issues & prs with proper intra-repo cross-linking preserved...
closed
2020-08-18T20:05:51Z
2020-08-18T20:05:52Z
https://github.com/nolar/kopf/issues/409
[ "archive" ]
kopf-archiver[bot]
0
iperov/DeepFaceLab
deep-learning
547
Exact params for training command? (res/opt/dims/batchsize)
Hello, I am trying to find the params for these, the SAEHD model specifically, so that I can bypass having to skip/enter each one sequentially once the initial command is run. I was able to find the commands for fps/bitrate on converting, but that is ffmpeg mainly. I am assuming that for the training params, I will ...
closed
2020-01-05T23:23:02Z
2020-03-28T05:42:17Z
https://github.com/iperov/DeepFaceLab/issues/547
[]
IEWbgfnYDwHRoRRSKtkdyMDUzgdwuBYgDKtDJWd
1
wandb/wandb
tensorflow
8,814
[Q]: Changing Team Type to Academic
### Ask your question You have exceeded 100% of your tracking hours. Please upgrade your plan to continue using W&B without disruption. Today i want to check the result of my model and find this problem. How can i solve it?
closed
2024-11-08T01:21:28Z
2025-02-10T03:03:42Z
https://github.com/wandb/wandb/issues/8814
[ "ty:question" ]
lzl60109
4
tensorflow/tensor2tensor
machine-learning
1,646
Librispeech task baseline
### Description Is there any baseline of librispeech or librispeech_clean or librispeech_clean_small task provided? I've searched online but found nothing. ... ### Environment information ``` OS: <your answer here> $ pip freeze | grep tensor # your output here $ python -V # your output here ``` ###...
open
2019-07-25T22:14:34Z
2019-09-06T13:22:21Z
https://github.com/tensorflow/tensor2tensor/issues/1646
[]
zhez6
1
exaloop/codon
numpy
253
typing.Tuple[int] fails codon when it is taken as a base class
In the following example, typing.Tuple[int] fails codon when it is taken as a base class of C test.py: ``` from typing import Tuple a = Tuple[int] # work well class C(Tuple[int]): # aborted pass ``` Reproduce: 'codon/codon-linux-x86_64/codon-deploy/bin/codon' run -release test.py Crash message: ``...
closed
2023-03-16T23:46:10Z
2023-03-26T00:45:02Z
https://github.com/exaloop/codon/issues/253
[]
xiaxinmeng
1
FactoryBoy/factory_boy
django
250
How is this different than factory_girl?
First thing on my mind is "how are they different?" Strange that this topic is not covered in the docs... A blurb in the README covering "Why use vs factory_girl" would be very helpful for future discoverers. I am a long-time factory_girl user, who only just recently discovered factory_boy. It's obvious you've done.....
closed
2015-11-14T01:18:22Z
2015-11-14T08:44:38Z
https://github.com/FactoryBoy/factory_boy/issues/250
[]
jfeldstein
2
ivy-llc/ivy
tensorflow
28,619
Fix Frontend Failing Test: numpy - search.paddle.argsort
To-do List: https://github.com/unifyai/ivy/issues/27497
closed
2024-03-17T14:15:22Z
2024-03-25T12:44:28Z
https://github.com/ivy-llc/ivy/issues/28619
[ "Sub Task" ]
ZJay07
0
PeterL1n/RobustVideoMatting
computer-vision
233
Library improperly pulling together
I had a several month old image where I was running basic inferences successful, however I updated to the recent image via git pull and I've just been having a weird issue with the color channel seemingly being fed in where one of the other dimensions should. The torch hub will work (very) but fine, however using t...
open
2023-04-19T05:37:23Z
2023-04-19T05:38:10Z
https://github.com/PeterL1n/RobustVideoMatting/issues/233
[]
skyler14
0
predict-idlab/plotly-resampler
data-visualization
331
Feature Request: Support Marimo Notebooks
I was wondering if it would be possible to support Plotly resampler within a Marimo notebook?
open
2025-01-09T23:15:36Z
2025-01-09T23:15:36Z
https://github.com/predict-idlab/plotly-resampler/issues/331
[]
kszlim
0
OFA-Sys/Chinese-CLIP
computer-vision
275
在Huggingface上使用你们的模型的时候出现无法加载tokenizer的错误
OSError: Can't load tokenizer for 'OFA-Sys/chinese-clip-vit-base-patch16'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'OFA-Sys/chinese-clip-vit-base-patch16' is the correct path to a directory containing all rel...
open
2024-03-14T11:29:42Z
2024-03-14T11:29:42Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/275
[]
IF-chan
0
nteract/papermill
jupyter
498
error when executing notebook with papermill 2.0.0 and higher
When running a jupiter notebook with papermill 2.0.0 following error is generated: Writing grammar tables to /home/AD/hvd1v2w/.cache/black/19.10b0/Grammar3.7.7.final.0.pickle Writing failed: [Errno 2] No such file or directory: '/home/AD/hvd1v2w/.cache/black/19.10b0/tmp6jo8l_ml' Generating grammar tables from /hom...
open
2020-04-30T11:12:36Z
2021-12-13T17:04:23Z
https://github.com/nteract/papermill/issues/498
[]
VDEHans
13
nerfstudio-project/nerfstudio
computer-vision
3,110
Gaussian Splat does not export to PLY when sh-degree is set to 0
When sh-degree is set to 0 the exporter script tries to convert all of the color values to uint8, which is a great idea and should be implemented this way https://github.com/nerfstudio-project/nerfstudio/blob/main/nerfstudio/scripts/exporter.py#L576 However this is incompatible with the write_ply function, which ...
closed
2024-04-26T16:00:54Z
2024-04-29T18:30:26Z
https://github.com/nerfstudio-project/nerfstudio/issues/3110
[]
sam598
4
STVIR/pysot
computer-vision
292
IndexError: too many indices for array, and how to solve it
When I eval, I find eval success: 0%| | 0/100 [00:00<?, ?it/s]./results\OTB100\results\OTB100\model\Basketball.txt\basketball.txt ./results\OTB100\results\OTB100\model\Biker.txt\basketball.txt ./results\OTB100\results\OTB100\model\Bird1.txt\basketball.tx...
closed
2020-02-13T14:14:12Z
2020-05-12T07:40:58Z
https://github.com/STVIR/pysot/issues/292
[ "duplicate" ]
LIANGKE23
3
luispedro/mahotas
numpy
104
Can it display an image of each feature?
Can it display an image of each feature? Like this below https://github.com/tzm030329/GLCM
open
2019-08-29T05:45:24Z
2019-09-01T14:16:02Z
https://github.com/luispedro/mahotas/issues/104
[]
wu110011
1