-
这样我就可以在手机上折腾这些东西了
-
使用megengine提供的`ImageNet`类发现了一个不太方便的地方,其期望的验证集文件夹形式是val/cls/xxx.${img_ext},但如果是用户自行下载解压的话并不会有各种cls的子文件夹,这就会导致一张图片也读不到。
注意到`ImageNet`在解压时会调用`_organize_val_data`方法来创建上述形式的子文件夹,所以直接加一个判断如果val文件夹中直接包含五万张图…
-
在windows10下使用运行`/demo/MegEngine/cpp/build.sh` 使用g++编译`yolox.cpp`报错,提示找不到megengine库文件
```
$ ./build.sh
CXX: g++
MGE_INSTALL_PATH: /d/d/programs/install/
INCLUDE_FLAG: -I/d/d/programs/install//in…
-
hi,
can you please add supports for animated gif?
currently it only displays the first static frame.
also it would be nice if the number of images displayed per row can be user specific (eg. orga…
-
```
python tools/demo.py image -n yolox-tiny -c /path/to/your/yolox_tiny.pkl --path assets/dog.jpg --conf 0.25 --nms 0.45 --tsize 416 --save_result --device gpu
2021-09-07 18:45:49.600 | INFO |…
-
Hi, downloaded the MegSpot-1.1.1.AppImage file from https://github.com/MegEngine/MegSpot/releases/download/v1.1.1/MegSpot-1.1.1.AppImage. When I launch this program on Linux (CentOS 7.3), it crashed a…
-
## 环境
1.系统环境:win11
2.MegEngine版本:1.6.0
3.python版本:3.7.1
## 复现步骤
![image](https://user-images.githubusercontent.com/72954905/141741331-df20044b-49dd-41c3-8c87-dc71c17be568.png)
-
When i used this repo on MegStudio and tried to train yolox_tiny with the pretrained model, an error occurred. The detail log are as follow.
2021-09-15 13:11:11 | INFO | yolox.core.trainer:2…
-
## 请简要描述您的需求
`1.0rc`版本,我想单独使用Pad,不过找了下文档,看了下源码里的算子,好像没有单独的Pad算子?
-
在MegStudio中使用挂载的ImageNet数据集时,似乎会将文件直接解压在当前文件夹,然而挂载的文件夹被设置为只读,希望能够设置解压的路径
![image](https://user-images.githubusercontent.com/72954905/135386759-9305cd7d-d855-42f4-8769-c30b55476cb6.png)