MyoungHaSong

Results 8 issues of MyoungHaSong

First of all, thank you for sharing your code. The following error occurred while running the test in the csp version. I run this code. python test.py --img 640 --conf...

my cuda version = 9.0 V 9.0.176 I run this code nvcc -c -o nms_kernel.cu.o nms_kernel.cu -x cu -Xcompiler -fPIC -arch=arch but I got this error nvcc fatal : value...

Hi, first of all thank you for sharing code. I prepared dataset, train, val, test .txt file and I ran this code python -m torch.distributed.launch --nproc_per_node=$NGPUS train.py but I got...

how can I get this text file ? Can you give me an example if I have to make it myself?

first of all, thank you for sharing code. There was a problem running the code. root@ce7bd19200ca:/workspace/yolact# python train.py --config=yolact_base_config --batch_size=5 Multiple GPUs detected! Turning off JIT. loading annotations into memory......

Hi I run python setup.py install but I got RuntimeError. root@c7959063dacd:/workspace/PCLKeypoints# python setup.py install running install running bdist_egg running egg_info writing PCLKeypoint.egg-info/PKG-INFO writing dependency_links to PCLKeypoint.egg-info/dependency_links.txt writing top-level names to...

This PR fixes a data accuracy bug by populating the `package_classification` attribute in two OS Management Hub data sources. The attribute was defined in the schema but was not being...

OCA Required
Pending Test

Terraform Version and Provider Version Terraform v1.8+ Provider: registry.terraform.io/oracle/oci latest Affected Resource(s) - data.oci_os_management_hub_managed_instance_installed_packages - data.oci_os_management_hub_managed_instance_updatable_packages Terraform Configuration Files ``` variable "managed_instance_id" {} data "oci_os_management_hub_managed_instance_installed_packages" "test" { managed_instance_id = var.managed_instance_id...

bug
awaiting-affected-resources