Giter VIP home page Giter VIP logo

dac2018-tgiif's People

Contributors

hirayaku avatar sl-zeng avatar weicongchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dac2018-tgiif's Issues

train

Hello!I'm a green hand.I have some doubts about the training of my data set.After I have trained floating-point. Caffemodel with the solver.prototxt you gave me, I will use the DECENT tool to compress and quantify the network, and then compile it with DNNC.Get the result to replace your parameters that can be used?
And what you said about using fixed-point data in the training phase is not the same as this process?
I'm not sure. I'd appreciate it if you could answer@sl-zeng

Labels for classifications

Hi Hirayaku,
Can you also supply a file mapping just the classification ID to the dataset label.
I don't think the main data set is available, so I cant get access these yet.
image

The dataset

Hi, hirayaku

I'm wondering if you can provide the dataset?

where is the devicetree.dtb

where is the devicetree.dtb
I am using the pynq_z1_v2.4.img, when burned, only BOOT.BIN image.ub in the card.

No detection after changing BATCH_SIZE = 5 to 1

Hi,
I know in your sample code BATCH_SIZE = 5 as default.
But I wanna input only one image into SSD network,
so I changed BATCH_SIZE from 5 to 1 in preprocessing.py.
After doing so I executed SSD, there were no error.
but there were no detections in XML file, although it did work well
when BATCH_SIZE =5.
The result example is below:

BATCH_SIZE = 5:

<?xml version="1.0" encoding="utf-8"?>
	<annotation>
		<filename>0.jpg</filename>
		<size>
			<width>640</width>
			<length>360</length>
		</size>
		<object>
			<name>NotCare</name>
			<bndbox>
				<xmin>56</xmin>
				<xmax>947</xmax>
				<ymin>0</ymin>
				<ymax>1080</ymax>
			</bndbox>
		</object>
	</annotation>

BATCH_SIZE = 1:

<?xml version="1.0" encoding="utf-8"?>
	<annotation>
		<filename>0.jpg</filename>
		<size>
			<width>640</width>
			<length>360</length>
		</size>
		<object>
			<name>NotCare</name>
			<bndbox>
				<xmin>0</xmin>
				<xmax>0</xmax>
				<ymin>0</ymin>
				<ymax>0</ymax>
			</bndbox>
		</object>
	</annotation>

How do I input only one image at once??
If you have any comment, could you please how to do??

Best regards,
shinya321

IPs not found in the IP catalog

Hi,
I ran the 'pynq_dpu_142m.tcl' script (folder 'block_design') in order to create the vivado project so that i could see the block design, but i got this error:

"The following IPs are not found in the IP Catalog:
deephi:user:axi2apb_top:1.0 user.org:user:dpu_top_wrapper:1.0"

How can i retrieve these IPs?

Thanks,
Sara

How to train the model?

Hi,

Great repo and congratulate!
I have installed the DNNDK and finish the guide of compression and compilation.

  1. I'm wonder which version of caffe you used to build your own ssd model?

  2. And how can I train to get the float model? Can you provide the float.prototxt and the version of caffe?

Thanks

DNNDK pruning

Hi,
I follow your tutorial to do ,but I find DNNDK has not supported pruning.
How are you doing the pruning?

Thanks.

dpu_initialize error

Thank u for your great work!!
I am really interested in your SSD working on PYNQ board.
After building the environment following your README, step by step I execute your 'TGIIF.ipynb',
but I met an error as below:

> dpu_lib.dpu_initialize(c_lib_path)
DPU InputSize : 338688
DPU OutputSize: 1058904
- - - - - - - - - -
Illegal instruction

Where's wrong ?
Sorry to be poor English, it would be greatly appreciated if you could explain the details.

Best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.